Spaces:
Paused
Paused
P01yH3dr0n
commited on
Commit
•
bc7cbda
1
Parent(s):
592146f
Update jsReloader.js
Browse files- jsReloader.js +1 -1
jsReloader.js
CHANGED
@@ -7,5 +7,5 @@ window.addEventListener("error", e => {
|
|
7 |
}
|
8 |
}, true);
|
9 |
window.onload = function () {
|
10 |
-
setTimeout(run(),
|
11 |
};
|
|
|
7 |
}
|
8 |
}, true);
|
9 |
window.onload = function () {
|
10 |
+
setTimeout(run(), 10000);
|
11 |
};
|