cdnhost 1.3.0 → 1.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -97,14 +97,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
97
97
 
98
98
  document.getElementById('container').style.boxShadow = 'none';
99
99
  function ss(){
100
- document.getElementById("s2").style.transition = "opacity 16s";
101
- document.getElementById("button").style.transition = "opacity 16s";
102
- setTimeout("s()", 3999);
103
- setTimeout("h()", 15999);
100
+ document.getElementById("s2").style.transition = "opacity 15s";
101
+ document.getElementById("button").style.transition = "opacity 15s";
102
+ setTimeout("s()", 0);
103
+ setTimeout("h()", 13999);
104
104
  }
105
105
  function pcss(){
106
- setTimeout("s()", 3999);
107
- setTimeout("h()", 15999);
106
+ setTimeout("s()", 0);
107
+ setTimeout("h()", 13999);
108
108
  }
109
109
  function a(){
110
110
  document.getElementById("button").style.display="none";
@@ -130,5 +130,5 @@ function h(){
130
130
  button.style.opacity = 1;
131
131
  document.getElementById("s2").style.transition = "opacity 1s";
132
132
  document.getElementById("button").style.transition = "opacity 1s";
133
- }, 2000);
133
+ }, 3000);
134
134
  }
package/seekr2.js CHANGED
@@ -83,14 +83,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
83
83
 
84
84
  document.getElementById('container').style.boxShadow = 'none';
85
85
  function ss(){
86
- document.getElementById("s2").style.transition = "opacity 16s";
87
- document.getElementById("button").style.transition = "opacity 16s";
88
- setTimeout("s()", 3999);
89
- setTimeout("h()", 15999);
86
+ document.getElementById("s2").style.transition = "opacity 15s";
87
+ document.getElementById("button").style.transition = "opacity 15s";
88
+ setTimeout("s()", 0);
89
+ setTimeout("h()", 13999);
90
90
  }
91
91
  function pcss(){
92
- setTimeout("s()", 3999);
93
- setTimeout("h()", 15999);
92
+ setTimeout("s()", 0);
93
+ setTimeout("h()", 13999);
94
94
  }
95
95
  function a(){
96
96
  document.getElementById("button").style.display="none";
@@ -116,5 +116,5 @@ function h(){
116
116
  button.style.opacity = 1;
117
117
  document.getElementById("s2").style.transition = "opacity 1s";
118
118
  document.getElementById("button").style.transition = "opacity 1s";
119
- }, 2000);
119
+ }, 3000);
120
120
  }
package/total.js CHANGED
@@ -97,14 +97,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
97
97
 
98
98
  document.getElementById('container').style.boxShadow = 'none';
99
99
  function ss(){
100
- document.getElementById("s2").style.transition = "opacity 9s";
101
- document.getElementById("button").style.transition = "opacity 9s";
102
- setTimeout("s()", 3999);
103
- setTimeout("h()", 15999);
100
+ document.getElementById("s2").style.transition = "opacity 15s";
101
+ document.getElementById("button").style.transition = "opacity 15s";
102
+ setTimeout("s()", 0);
103
+ setTimeout("h()", 13999);
104
104
  }
105
105
  function pcss(){
106
- setTimeout("s()", 3999);
107
- setTimeout("h()", 15999);
106
+ setTimeout("s()", 0);
107
+ setTimeout("h()", 13999);
108
108
  }
109
109
  function a(){
110
110
  document.getElementById("button").style.display="none";
@@ -130,5 +130,5 @@ function h(){
130
130
  button.style.opacity = 1;
131
131
  document.getElementById("s2").style.transition = "opacity 1s";
132
132
  document.getElementById("button").style.transition = "opacity 1s";
133
- }, 2000);
133
+ }, 3000);
134
134
  }