We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed078d commit fe4c4f5Copy full SHA for fe4c4f5
resources/js/package.js
@@ -54,12 +54,12 @@ async function init() {
54
return
55
}
56
booting = true
57
- for(let i = 0; i < 20; i++) {
+ for (let i = 0; i < 20; i++) {
58
// Wait until config is available, for a max of 1s
59
if (window.config.store) {
60
- break;
+ break
61
62
- await new Promise((resolve) => setTimeout(resolve, 50));
+ await new Promise((resolve) => setTimeout(resolve, 50))
63
64
rootEl = document.querySelector('#app')
65
0 commit comments