aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/batch_manager_global.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-04-16 16:14:15 +0000
committerplegall <plg@piwigo.org>2011-04-16 16:14:15 +0000
commitd63e8ca58804005841c9148993b69f9d3732d829 (patch)
tree4aed1e4609b69c1a53610ae63c04f94d87300672 /admin/themes/default/template/batch_manager_global.tpl
parentf18d9ca037b7e035b7c6875f27cb84d4f2ce806d (diff)
bug 2251: auto-complete was not working on second tag if cache=true.
git-svn-id: http://piwigo.org/svn/branches/2.2@10421 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/batch_manager_global.tpl')
-rw-r--r--admin/themes/default/template/batch_manager_global.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/batch_manager_global.tpl b/admin/themes/default/template/batch_manager_global.tpl
index cce2b74c8..cadd7ce13 100644
--- a/admin/themes/default/template/batch_manager_global.tpl
+++ b/admin/themes/default/template/batch_manager_global.tpl
@@ -11,7 +11,7 @@
jQuery(document).ready(function() {
jQuery("#tags").fcbkcomplete({
json_url: "admin.php?fckb_tags=1",
- cache: true,
+ cache: false,
filter_case: false,
filter_hide: true,
firstselected: true,