mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
remove debug variables
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
// @formatter:off
|
||||
{% assign value = value | split: ',' %}
|
||||
|
||||
{{ value }}
|
||||
noUiSlider.create(document.getElementById('slider-{{ id }}'), {
|
||||
start: {% if value.size > 1 %}[{{ value | join: ', ' }}]{% else %}{{ value }}{% endif %},
|
||||
{% if value.size > 1 or include.connect %}
|
||||
|
||||
Reference in New Issue
Block a user