aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/picture_modify.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-19 23:20:22 +0000
committerplegall <plg@piwigo.org>2010-03-19 23:20:22 +0000
commitd7d5fdd2aff6d912f33680a4251ddc05da088138 (patch)
tree365420f506e212fcaba4b8860028b02792daecf0 /admin/themes/default/template/picture_modify.tpl
parentb005dbbbf81658273e58326a4b8e1625de12ac92 (diff)
feature 724: improvement, auto-complete is not case sensitive anymore
git-svn-id: http://piwigo.org/svn/trunk@5198 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/picture_modify.tpl')
-rw-r--r--admin/themes/default/template/picture_modify.tpl2
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 be5fa94a4..f771a673b 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -9,7 +9,7 @@
$("#tags").fcbkcomplete({
json_url: "admin.php?fckb_tags=1",
cache: false,
- filter_case: true,
+ filter_case: false,
filter_hide: true,
firstselected: true,
filter_selected: true,