From e051cdcaf2cf663d48d03d204df5ba842cb38d51 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 1 May 2023 19:05:45 +0300 Subject: [PATCH] increase the modal saving time from 200 to 400 --- files/assets/js/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/assets/js/core.js b/files/assets/js/core.js index 2810a02e7..0c2cd16fc 100644 --- a/files/assets/js/core.js +++ b/files/assets/js/core.js @@ -610,7 +610,7 @@ if (width <= 768) { expandImageModal.addEventListener('show.bs.modal', function () { setTimeout(() => { location.hash = "modal"; - }, 200); + }, 400); }); expandImageModal.addEventListener('hide.bs.modal', function () {