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
|
@ -2109,7 +2109,7 @@ function get_fckb_taglist($query)
|
||||||
array_push(
|
array_push(
|
||||||
$taglist,
|
$taglist,
|
||||||
array(
|
array(
|
||||||
'caption' => $row['tag_name'],
|
'key' => $row['tag_name'],
|
||||||
'value' => '~~'.$row['tag_id'].'~~',
|
'value' => '~~'.$row['tag_id'].'~~',
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
jQuery("#tags").fcbkcomplete({
|
jQuery("#tags").fcbkcomplete({
|
||||||
json_url: "admin.php?fckb_tags=1",
|
json_url: "admin.php?fckb_tags=1",
|
||||||
cache: false,
|
cache: true,
|
||||||
filter_case: false,
|
filter_case: false,
|
||||||
filter_hide: true,
|
filter_hide: true,
|
||||||
firstselected: true,
|
firstselected: true,
|
||||||
|
|
|
@ -17,7 +17,7 @@ prefix = ", ";
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
$(tag_boxes_selector).fcbkcomplete({
|
$(tag_boxes_selector).fcbkcomplete({
|
||||||
json_url: "admin.php?fckb_tags=1",
|
json_url: "admin.php?fckb_tags=1",
|
||||||
cache: false,
|
cache: true,
|
||||||
filter_case: false,
|
filter_case: false,
|
||||||
filter_hide: true,
|
filter_hide: true,
|
||||||
firstselected: true,
|
firstselected: true,
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
jQuery(document).ready(function() {
|
jQuery(document).ready(function() {
|
||||||
jQuery("#tags").fcbkcomplete({
|
jQuery("#tags").fcbkcomplete({
|
||||||
json_url: "admin.php?fckb_tags=1",
|
json_url: "admin.php?fckb_tags=1",
|
||||||
cache: false,
|
cache: true,
|
||||||
filter_case: false,
|
filter_case: false,
|
||||||
filter_hide: true,
|
filter_hide: true,
|
||||||
firstselected: true,
|
firstselected: true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue