From d93efa8650bed89ff4624672b0370c579d23c50f Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 3 Aug 2023 16:49:28 +0300 Subject: [PATCH] fix carp issue --- 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 ce255089f..2802df247 100644 --- a/files/assets/js/core.js +++ b/files/assets/js/core.js @@ -585,7 +585,7 @@ function handleUploadProgress(e, upload_prog) { } -if (screen_width <= 768) { +if (screen_width <= 768 && gbrowser != 'iphone') { addEventListener('hide.bs.modal', function () { if(location.hash == "#modal") { history.back();