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/branches/2.1@6586 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-06-22 23:28:45 +00:00
parent c04a906ec4
commit b3ad6951e8
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});

View file

@ -23,7 +23,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});

View file

@ -13,7 +13,7 @@
filter_hide: true,
firstselected: true,
filter_selected: true,
maxitems: 10,
maxitems: 100,
newel: true
});
});