Spaces:
Running
Running
Commit
·
cd9ca20
1
Parent(s):
7c2b023
Update templates/index.html
Browse files- templates/index.html +3 -0
templates/index.html
CHANGED
@@ -333,6 +333,9 @@
|
|
333 |
else if (firstLoad === true) {
|
334 |
window.location.href = "?new=true";
|
335 |
}
|
|
|
|
|
|
|
336 |
|
337 |
};
|
338 |
|
|
|
333 |
else if (firstLoad === true) {
|
334 |
window.location.href = "?new=true";
|
335 |
}
|
336 |
+
else {
|
337 |
+
console.log('error loading, trying again.')
|
338 |
+
}
|
339 |
|
340 |
};
|
341 |
|