mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-08 23:35:05 +02:00
no more double reload
double reload on the page tag manager when adding a tag, simply removed on reload caused by updatePaginationMenu
This commit is contained in:
@@ -158,9 +158,7 @@ function addTag(name) {
|
||||
id:data.result.id,
|
||||
url_name:data.result.url_name
|
||||
});
|
||||
|
||||
resolve();
|
||||
updatePaginationMenu();
|
||||
} else {
|
||||
reject(str_already_exist.replace('%s', name));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user