mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Issue #1193 : Bug Fix, select message now don't appear if the actual page contain all the tags
This commit is contained in:
@@ -528,9 +528,11 @@ $('#CancelMerge').on('click', function() {
|
||||
|
||||
$('#selectAll').on('click', function() {
|
||||
selectAll(tagToDisplay());
|
||||
showSelectMessage(str_select_all_tag, function () {
|
||||
selectAll(dataTags);
|
||||
})
|
||||
if (selected.length < dataTags.length) {
|
||||
showSelectMessage(str_select_all_tag, function () {
|
||||
selectAll(dataTags);
|
||||
})
|
||||
}
|
||||
});
|
||||
|
||||
function selectAll(data) {
|
||||
|
||||
Reference in New Issue
Block a user