gonito/templates/achievements.julius

13 lines
388 B
Plaintext
Raw Normal View History

2017-02-26 21:40:38 +01:00
var input = document.querySelector('input[data-role=tagsinput]'),
tagify = new Tagify( input, {
whitelist: #{tagsAvailableAsJSON},
autocomplete: true,
enforeWhitelist: true});
input.style.display = 'none';
2017-10-03 07:46:27 +02:00
$(document).ready(function() {
$("table").DataTable({
'pageLength': 50,
'order': [[1, 'desc']]});
} );