Update DefaultPageLayout.php

This commit is contained in:
Squidly271
2024-11-04 19:54:28 -05:00
committed by GitHub
parent e9d98f2020
commit f87dd8281b

View File

@@ -1133,7 +1133,7 @@ $('body').on("click","a", function(e) {
href = $(this).attr("href").trim();
target = $(this).attr("target");
if ( href ) {
if ( href.match('https://[^\.]*.(my)?unraid.net/') || href.indexOf("https://unraid.net/") == 0 || href == "https://unraid.net" || href.indexOf("http://lime-technology.com") == 0) {
if ( href.match('https?://[^\.]*.(my)?unraid.net/') || href.indexOf("https://unraid.net/") == 0 || href == "https://unraid.net" || href.indexOf("http://lime-technology.com") == 0) {
return;
}