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