diff options
author | mistic100 <mistic@piwigo.org> | 2013-06-16 20:53:20 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2013-06-16 20:53:20 +0000 |
commit | 68ffc79d86eebbe981b65913c67dc0ae7fa4531d (patch) | |
tree | 4b4c99adae65a1d1cc769736fff07c697497b51b /admin/themes/default/template/picture_modify.tpl | |
parent | c17bc66aeb4cbbe4ec17b8b6b6ef9b3d66d89664 (diff) |
feature:2927 Update TokenInput to 1.6.1/mistic100
git-svn-id: http://piwigo.org/svn/trunk@23275 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 5d2238eea..a19815f1c 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -11,6 +11,7 @@ jQuery(document).ready(function() { }); {/literal}{/footer_script} +{combine_css path='themes/default/js/plugins/jquery.tokeninput.css'} {combine_script id='jquery.tokeninput' load='async' require='jquery' path='themes/default/js/plugins/jquery.tokeninput.js'} {footer_script require='jquery.tokeninput'} jQuery(document).ready(function() {ldelim} @@ -23,7 +24,7 @@ jQuery(document).ready(function() {ldelim} newText: ' ({'new'|@translate})', animateDropdown: false, preventDuplicates: true, - allowCreation: true + allowFreeTagging: true } ); }); |