diff --git a/files/assets/js/core.js b/files/assets/js/core.js index 71d64555bf..fd70d51aa5 100644 --- a/files/assets/js/core.js +++ b/files/assets/js/core.js @@ -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 () {