fix bug when updating page

This commit is contained in:
Perrom 2025-04-11 12:52:13 +02:00
parent c21c8b91e9
commit 53fc9d4bfe

View file

@ -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(() => {