Commit
·
7c2b023
1
Parent(s):
46b3f5c
Update templates/index.html
Browse files- templates/index.html +1 -4
templates/index.html
CHANGED
@@ -330,10 +330,7 @@
|
|
330 |
if (urlParams.get('id')) {
|
331 |
countryElement.textContent = "couldn't connect.";
|
332 |
}
|
333 |
-
else if (firstLoad ===
|
334 |
-
window.location.href = "?new=false";
|
335 |
-
}
|
336 |
-
else {
|
337 |
window.location.href = "?new=true";
|
338 |
}
|
339 |
|
|
|
330 |
if (urlParams.get('id')) {
|
331 |
countryElement.textContent = "couldn't connect.";
|
332 |
}
|
333 |
+
else if (firstLoad === true) {
|
|
|
|
|
|
|
334 |
window.location.href = "?new=true";
|
335 |
}
|
336 |
|