forked from rDrama/rDrama
1
0
Fork 0

increase modal timeout to prevent weird page jumping

master
Aevann 2023-06-07 07:44:22 +03:00
parent 6011f4aab7
commit 3ff8f5a687
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ if (width <= 768) {
expandImageModal.addEventListener('show.bs.modal', function () {
setTimeout(() => {
location.hash = "modal";
}, 400);
}, 800);
});
expandImageModal.addEventListener('hide.bs.modal', function () {