1
0
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:
codecalm
2020-01-27 23:03:44 +01:00
parent 77af1dd1f1
commit ee91838e31

View File

@@ -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 %}