Coordinates (click on map)
-

+
diff --git a/static/index.html b/static/index.html
index 07dceb7..13f0ef7 100644
--- a/static/index.html
+++ b/static/index.html
@@ -18,7 +18,7 @@
-

+
diff --git a/static/index.js b/static/index.js
index f7bb046..3be7022 100644
--- a/static/index.js
+++ b/static/index.js
@@ -32,12 +32,12 @@ function renderItems() {
clone.querySelector(".result").id = `item-${id}`;
clone.querySelector("a").href = `form.html?id=${encodeURIComponent(id)}`;
if (item.hidden) {
- clone.querySelector(".result").classList.add('hidden');
+ clone.querySelector(".result").classList.add('hidden')
} else {
count++;
}
container.appendChild(clone);
- }
+ };
loading.remove();
updateCounter(count);
}
@@ -106,7 +106,7 @@ function search(e) {
updateCounter(count);
}
-function updateCounter(count) {
+function updateCounter(count){
const itemcount = document.getElementById('itemcount');
switch(count) {