@wastedondestiny/destiny-library 1.4.10 → 1.4.11
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.
package/dist/destiny-library.js
CHANGED
|
@@ -2687,7 +2687,10 @@ function yQ(g = 1e4, A = 100) {
|
|
|
2687
2687
|
}
|
|
2688
2688
|
function oE(g, A) {
|
|
2689
2689
|
var B;
|
|
2690
|
-
(B = window.ramp) != null && B.spaAddAds && window.ramp.spaAddAds([{ type: g, selectorId: A }])
|
|
2690
|
+
if ((B = window.ramp) != null && B.spaAddAds && (window.ramp.spaAddAds([{ type: g, selectorId: A }]), location.hostname.includes("staging") && (console.log(`Playwire: Added unit of type "${g}" to selector "${A || "default"}"`), A))) {
|
|
2691
|
+
const I = document.getElementById(A);
|
|
2692
|
+
I && (I.style.background = "rgba(0, 128, 255, 0.25)");
|
|
2693
|
+
}
|
|
2691
2694
|
}
|
|
2692
2695
|
function YE(g = "all") {
|
|
2693
2696
|
var A;
|