From 0fe9fe31f6ded477de3c8f84a01e6c46b5267250 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 3 Aug 2023 13:49:21 +0300 Subject: [PATCH] same as last commit --- 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 fc507bb13..83958206c 100644 --- a/files/assets/js/core.js +++ b/files/assets/js/core.js @@ -595,7 +595,7 @@ if (screen_width <= 768) { if (location.hash == `#m-${e.target.id}`) { history.back(); } - }, 100); + }, 1); }); window.addEventListener('hashchange', () => {