Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -319,7 +319,7 @@
|
|
319 |
feed.style.opacity = "0.5";
|
320 |
const infoDiv = document.getElementById("info");
|
321 |
const infoText = document.getElementById("info-text");
|
322 |
-
infoText.style.height = "
|
323 |
|
324 |
const countryElement = document.getElementById("country");
|
325 |
|
@@ -355,7 +355,7 @@
|
|
355 |
const img = new Image();
|
356 |
img.onload = function() {
|
357 |
if (firstLoad) {
|
358 |
-
infoDiv.style.
|
359 |
}
|
360 |
firstLoad = false;
|
361 |
old = newUrl;
|
|
|
319 |
feed.style.opacity = "0.5";
|
320 |
const infoDiv = document.getElementById("info");
|
321 |
const infoText = document.getElementById("info-text");
|
322 |
+
infoText.style.height = "0%";
|
323 |
|
324 |
const countryElement = document.getElementById("country");
|
325 |
|
|
|
355 |
const img = new Image();
|
356 |
img.onload = function() {
|
357 |
if (firstLoad) {
|
358 |
+
infoDiv.style.height = "0%";
|
359 |
}
|
360 |
firstLoad = false;
|
361 |
old = newUrl;
|