gonito/templates/edit-submission.julius

6 lines
260 B
Plaintext
Raw Normal View History

2017-02-25 19:13:55 +01:00
var input = document.querySelector('input[data-role=tagsinput]'),
tagify = new Tagify( input, {
whitelist: #{tagsAvailableAsJSON},
autocomplete: true,
enforeWhitelist: true});
input.style.display = 'none';