mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fix bug when updating page
This commit is contained in:
parent
c21c8b91e9
commit
53fc9d4bfe
1 changed files with 2 additions and 0 deletions
|
@ -977,6 +977,8 @@ function updatePage() {
|
|||
newPage = actualPage;
|
||||
dataToDisplay = tagToDisplay();
|
||||
tagBoxes = $('.tag-box');
|
||||
$('.tag-changed > *').unwrap();
|
||||
$('.tag-checkmark').remove();
|
||||
$('.pageLoad').fadeIn();;
|
||||
$('.tag-box').animate({opacity:0}, 500).promise().then(() => {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue