Skip to content

Commit

Permalink
feature 724: improvement, auto-complete is not case sensitive anymore
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5198 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Mar 19, 2010
1 parent b005dbb commit d7d5fdd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion admin/themes/default/template/element_set_global.tpl
Expand Up @@ -14,7 +14,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,
Expand Down
2 changes: 1 addition & 1 deletion admin/themes/default/template/element_set_unit.tpl
Expand Up @@ -18,7 +18,7 @@
$(tag_boxes_selector).fcbkcomplete({
json_url: "admin.php?fckb_tags=1",
cache: false,
filter_case: true,
filter_case: false,
filter_hide: true,
firstselected: true,
filter_selected: true,
Expand Down
2 changes: 1 addition & 1 deletion admin/themes/default/template/picture_modify.tpl
Expand Up @@ -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,
Expand Down

0 comments on commit d7d5fdd

Please sign in to comment.