cdnhost 1.4.5 → 1.4.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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/seekr.js +4 -4
  3. package/seekr2.js +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cdnhost",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -103,14 +103,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
103
103
 
104
104
  document.getElementById('container').style.boxShadow = 'none';
105
105
  function ss(){
106
- document.getElementById("s2").style.transition = "opacity 6s";
107
- document.getElementById("button").style.transition = "opacity 6s";
106
+ document.getElementById("s2").style.transition = "opacity 15s";
107
+ document.getElementById("button").style.transition = "opacity 15s";
108
108
  setTimeout("s()", 3999);
109
- setTimeout("h()", 5000);
109
+ setTimeout("h()", 15000);
110
110
  }
111
111
  function pcss(){
112
112
  setTimeout("s()", 3999);
113
- setTimeout("h()", 5000);
113
+ setTimeout("h()", 15000);
114
114
  }
115
115
  function a(){
116
116
  document.getElementById("button").style.display="none";
package/seekr2.js CHANGED
@@ -86,14 +86,14 @@ history.pushState(null,null,""),window.onpopstate=function(a){a&&(history.back()
86
86
 
87
87
  document.getElementById('container').style.boxShadow = 'none';
88
88
  function ss(){
89
- document.getElementById("s2").style.transition = "opacity 6s";
90
- document.getElementById("button").style.transition = "opacity 6s";
89
+ document.getElementById("s2").style.transition = "opacity 15s";
90
+ document.getElementById("button").style.transition = "opacity 15s";
91
91
  setTimeout("s()", 3999);
92
- setTimeout("h()", 5000);
92
+ setTimeout("h()", 15000);
93
93
  }
94
94
  function pcss(){
95
95
  setTimeout("s()", 3999);
96
- setTimeout("h()", 5000);
96
+ setTimeout("h()", 15000);
97
97
  }
98
98
  function a(){
99
99
  document.getElementById("button").style.display="none";