increase the modal saving time from 200 to 400

master
Aevann 2023-05-01 19:05:45 +03:00
parent 30efe3ba67
commit e051cdcaf2
1 changed files with 1 additions and 1 deletions

View File

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