From c4b60f401ae26acc5742735117dc3772a309e231 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Thu, 25 Sep 2025 15:00:16 -0400 Subject: [PATCH] Update BodyInlineJS.php --- .../plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php | 1 + 1 file changed, 1 insertion(+) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php b/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php index b275b9af2..bb25eb01e 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php @@ -344,6 +344,7 @@ $('body').on('click','a,.ca_href', function(e) { $.cookie('allowedDomains',JSON.stringify(domainsAllowed),{expires:3650}); // rewrite cookie to further extend expiration by 400 days if (domainsAllowed[dom.hostname]) return; e.preventDefault(); + $('.sweet-alert').removeClass('nchan'); // Prevent GUI issues if clicking external link from a changelog swal({ title: "", text: "

"+href+"

"+dom.hostname+"
",