Removes extrad div on filter type numeric preview.
This commit is contained in:
parent
b66173b086
commit
85fc8e0920
|
@ -65,7 +65,6 @@ class Numeric extends Filter_Type {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
');
|
');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -86,7 +85,6 @@ class Numeric extends Filter_Type {
|
||||||
* @internal param $metadatum
|
* @internal param $metadatum
|
||||||
*/
|
*/
|
||||||
public function render( $filter ){
|
public function render( $filter ){
|
||||||
|
|
||||||
return '<tainacan-filter-numeric
|
return '<tainacan-filter-numeric
|
||||||
step="' . $this->get_option('step') . '"
|
step="' . $this->get_option('step') . '"
|
||||||
name="'.$filter->get_name().'"
|
name="'.$filter->get_name().'"
|
||||||
|
|
Loading…
Reference in New Issue