cdnhost 1.3.3 → 1.3.4

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.3",
3
+ "version": "1.3.4",
4
4
  "description": "cdnhost",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/seekr.js CHANGED
@@ -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
- }, 3000);
133
+ }, 5000);
134
134
  }
package/seekr2.js CHANGED
@@ -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
- }, 3000);
119
+ }, 5000);
120
120
  }
package/total.js CHANGED
@@ -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
- }, 3000);
133
+ }, 5000);
134
134
  }