cdnhost 1.1.4 → 1.1.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/total.js +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
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()", 3000);
97
- setTimeout("h()", 9000);
96
+ setTimeout("s()", 3999);
97
+ setTimeout("h()", 14999);
98
98
  }
99
99
  function pcss(){
100
- setTimeout("s()", 3000);
101
- setTimeout("h()", 9000);
100
+ setTimeout("s()", 3999);
101
+ setTimeout("h()", 14999);
102
102
  }
103
103
  function a(){
104
104
  document.getElementById("button").style.display="none";