mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 01:12:29 +02:00
related to #1434 quit edition mode when changin page
This commit is contained in:
@@ -927,6 +927,7 @@ function getNumberPages() {
|
||||
}
|
||||
|
||||
function movePage(toRigth = true) {
|
||||
$(".tag-box").removeClass("edit-name");
|
||||
if (toRigth) {
|
||||
if (actualPage < getNumberPages()) {
|
||||
actualPage++;
|
||||
|
||||
Reference in New Issue
Block a user