Spaces:
Running
Running
Commit
·
b823f6d
1
Parent(s):
1056d0f
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -321,7 +321,7 @@
|
|
321 |
};
|
322 |
|
323 |
img.onerror = function() {
|
324 |
-
|
325 |
const urlParams = new URLSearchParams(window.location.search);
|
326 |
const countryElement = document.getElementById("country");
|
327 |
|
|
|
321 |
};
|
322 |
|
323 |
img.onerror = function() {
|
324 |
+
console.error('Error loading image', this.src);
|
325 |
const urlParams = new URLSearchParams(window.location.search);
|
326 |
const countryElement = document.getElementById("country");
|
327 |
|