sfc-utils 1.4.201 → 1.4.202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -61,7 +61,7 @@ function appendLayoutScripts(
|
|
|
61
61
|
// Get the domain off the URL
|
|
62
62
|
const domain = window.location.origin;
|
|
63
63
|
const fullURL = window.location.href;
|
|
64
|
-
|
|
64
|
+
let shortDomain = domain.replace("https://www.", "");
|
|
65
65
|
const script = document.createElement("script");
|
|
66
66
|
// Dallas is a special flower
|
|
67
67
|
if (shortDomain === "dallasnews.com") {
|