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
This commit is contained in:
parent
b6ea1bbe4e
commit
1ccf0d0a52
4 changed files with 4 additions and 4 deletions
admin
include
themes/default/template
|
@ -2109,7 +2109,7 @@ function get_fckb_taglist($query)
|
|||
array_push(
|
||||
$taglist,
|
||||
array(
|
||||
'caption' => $row['tag_name'],
|
||||
'key' => $row['tag_name'],
|
||||
'value' => '~~'.$row['tag_id'].'~~',
|
||||
)
|
||||
);
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -17,7 +17,7 @@ prefix = ", ";
|
|||
jQuery(document).ready(function() {
|
||||
$(tag_boxes_selector).fcbkcomplete({
|
||||
json_url: "admin.php?fckb_tags=1",
|
||||
cache: false,
|
||||
cache: true,
|
||||
filter_case: false,
|
||||
filter_hide: true,
|
||||
firstselected: true,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue