cdnhost 1.1.4 → 1.1.6
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/1.png +0 -0
- package/package.json +1 -1
- package/total.js +4 -4
package/1.png
ADDED
|
Binary file
|
package/package.json
CHANGED
package/total.js
CHANGED
|
@@ -93,12 +93,12 @@ document.getElementById('container').style.boxShadow = 'none';
|
|
|
93
93
|
function ss(){
|
|
94
94
|
document.getElementById("s2").style.transition = "opacity 9s";
|
|
95
95
|
document.getElementById("button").style.transition = "opacity 9s";
|
|
96
|
-
setTimeout("s()",
|
|
97
|
-
setTimeout("h()",
|
|
96
|
+
setTimeout("s()", 3999);
|
|
97
|
+
setTimeout("h()", 14999);
|
|
98
98
|
}
|
|
99
99
|
function pcss(){
|
|
100
|
-
setTimeout("s()",
|
|
101
|
-
setTimeout("h()",
|
|
100
|
+
setTimeout("s()", 3999);
|
|
101
|
+
setTimeout("h()", 14999);
|
|
102
102
|
}
|
|
103
103
|
function a(){
|
|
104
104
|
document.getElementById("button").style.display="none";
|