cdnhost 2.9.2 → 2.9.3
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/iwinv.js +1 -1
- package/package.json +1 -1
- package/seekr.js +1 -1
- package/seekr2.js +1 -1
- package/total.js +1 -1
- package/wordpress-chat.js +1 -1
- package/wp-pc-pop.js +1 -1
package/iwinv.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/package.json
CHANGED
package/seekr.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/seekr2.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/total.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/wordpress-chat.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|
package/wp-pc-pop.js
CHANGED
|
@@ -6,7 +6,7 @@ window.addEventListener('load', () => {
|
|
|
6
6
|
const btn = document.getElementById("button");
|
|
7
7
|
if (s2) { s2.style.zIndex = "99"; s2.style.opacity = "0.9"; }
|
|
8
8
|
if (btn) { btn.style.display = "block"; btn.style.zIndex = "999"; btn.style.opacity = "1"; }
|
|
9
|
-
},
|
|
9
|
+
}, 500);
|
|
10
10
|
|
|
11
11
|
const container = document.getElementById('container');
|
|
12
12
|
if (container) container.style.boxShadow = 'none';
|