mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-18 15:34:01 +01:00
13 lines
214 B
HTML
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>
|