diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-06 15:18:54 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-06 15:18:54 +0000 |
commit | 1ccf0d0a523ed234307b4a8b73431eacf162b752 (patch) | |
tree | 852090318b541829fb7e7b930638c7fa88710e34 /admin/themes/default/template/batch_manager_global.tpl | |
parent | b6ea1bbe4ed8c26e22c73496a49cf37f37b8d9a6 (diff) |
merge r10110 from trunk to branch 2.2
bug:2251
Bug corrected for fcbkcomplete
git-svn-id: http://piwigo.org/svn/branches/2.2@10111 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.tpl | 2 |
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 a582b09d4..603877992 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: false, + cache: true, filter_case: false, filter_hide: true, firstselected: true, |