Commit
·
817327c
1
Parent(s):
bd33466
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
|
@@ -325,6 +325,7 @@
|
|
| 325 |
feed.style.width = "80px";
|
| 326 |
feed.style.height = "50px";
|
| 327 |
feed.src = loadingGif;
|
|
|
|
| 328 |
|
| 329 |
const urlParams = new URLSearchParams(window.location.search);
|
| 330 |
const countryElement = document.getElementById("country");
|
|
|
|
| 325 |
feed.style.width = "80px";
|
| 326 |
feed.style.height = "50px";
|
| 327 |
feed.src = loadingGif;
|
| 328 |
+
feed.style.opacity = "0.2";
|
| 329 |
|
| 330 |
const urlParams = new URLSearchParams(window.location.search);
|
| 331 |
const countryElement = document.getElementById("country");
|