This commit is contained in:
Herculino Trotta
2024-10-09 00:31:21 -03:00
parent e78e4cc5e1
commit 3dde44b1cd
139 changed files with 4965 additions and 1004 deletions

View File

@@ -0,0 +1,12 @@
<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>