Files
WYGIWYH/app/templates/includes/scripts/hyperscript/init_tom_select.html
Herculino Trotta 3dde44b1cd changes
2024-10-09 00:31:21 -03:00

13 lines
214 B
HTML

<script type="text/hyperscript">
behavior init_tom_select
init
set selects to <select/> in me
for x in selects
js(it)
TomSelect(it)
end
end
end
end
</script>