diff options
Diffstat (limited to '')
-rw-r--r-- | admin/themes/default/template/picture_modify.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl index 5b47a554f..70bb90bcb 100644 --- a/admin/themes/default/template/picture_modify.tpl +++ b/admin/themes/default/template/picture_modify.tpl @@ -7,7 +7,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, |