Spaces:
Running
Running
Commit
·
7d707d2
1
Parent(s):
6ae3082
Update templates/index.html
Browse files- templates/index.html +1 -0
templates/index.html
CHANGED
@@ -329,6 +329,7 @@
|
|
329 |
const countryElement = document.getElementById("country");
|
330 |
|
331 |
if (urlParams.get('id')) {
|
|
|
332 |
countryElement.textContent = "couldn't connect.";
|
333 |
}
|
334 |
else {
|
|
|
329 |
const countryElement = document.getElementById("country");
|
330 |
|
331 |
if (urlParams.get('id')) {
|
332 |
+
feed.style.opacity = "0.15";
|
333 |
countryElement.textContent = "couldn't connect.";
|
334 |
}
|
335 |
else {
|