From fcc370450372a7a82d319e8554eb8a59767cdfa1 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Thu, 25 Sep 2025 14:57:03 -0400 Subject: [PATCH] Revert fix external links within changelog --- .../plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php b/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php index 7e997cfdf..b275b9af2 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout/BodyInlineJS.php @@ -344,8 +344,6 @@ $('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'); // Remove nchan class if present as display issues will result swal({ title: "", text: "

"+href+"

"+dom.hostname+"
",