@silexlabs/silex-dashboard 1.0.30 → 1.0.31

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.
@@ -85,7 +85,7 @@ window.addEventListener('load', function() {
85
85
 
86
86
  // Remove loading
87
87
  setTimeout(() => {
88
- document.body.classList.add('after-js')
88
+ document.querySelector('.before-js').classList.add('after-js')
89
89
  }, 100)
90
90
  })
91
91
  </script>
@@ -160,7 +160,7 @@ window.addEventListener('load', function() {
160
160
 
161
161
  // Remove loading
162
162
  setTimeout(() => {
163
- document.body.classList.add('after-js')
163
+ document.querySelector('.before-js').classList.add('after-js')
164
164
  }, 100)
165
165
  })
166
166
  </script>
@@ -250,7 +250,7 @@ window.addEventListener('load', function() {
250
250
 
251
251
  // Remove loading
252
252
  setTimeout(() => {
253
- document.body.classList.add('after-js')
253
+ document.querySelector('.before-js').classList.add('after-js')
254
254
  }, 100)
255
255
  })
256
256
  </script>
@@ -325,7 +325,7 @@ window.addEventListener('load', function() {
325
325
 
326
326
  // Remove loading
327
327
  setTimeout(() => {
328
- document.body.classList.add('after-js')
328
+ document.querySelector('.before-js').classList.add('after-js')
329
329
  }, 100)
330
330
  })
331
331
  </script>
@@ -250,7 +250,7 @@ window.addEventListener('load', function() {
250
250
 
251
251
  // Remove loading
252
252
  setTimeout(() => {
253
- document.body.classList.add('after-js')
253
+ document.querySelector('.before-js').classList.add('after-js')
254
254
  }, 100)
255
255
  })
256
256
  </script>
@@ -325,7 +325,7 @@ window.addEventListener('load', function() {
325
325
 
326
326
  // Remove loading
327
327
  setTimeout(() => {
328
- document.body.classList.add('after-js')
328
+ document.querySelector('.before-js').classList.add('after-js')
329
329
  }, 100)
330
330
  })
331
331
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silexlabs/silex-dashboard",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "Dashboard for Silex v3",
5
5
  "main": ".silex.js",
6
6
  "scripts": {