merge r6586 from branch 2.1 to trunk

bug 1721 fixed: remove the limit of 10 tags for each photo with the new
FCBKcomplete widget. The limit can't be removed (defaut value is also 10)
but I've increased it to 100.



git-svn-id: http://piwigo.org/svn/trunk@6587 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-06-22 23:43:36 +00:00
parent bedacf7b08
commit 1015546138
3 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});
@@ -23,7 +23,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});
@@ -13,7 +13,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});