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+"
",