summaryrefslogtreecommitdiffstats
path: root/templates/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.js')
-rw-r--r--templates/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/index.js b/templates/index.js
index 7996f46..b7b3b58 100644
--- a/templates/index.js
+++ b/templates/index.js
@@ -61,10 +61,3 @@ async function showMarkers() {
}
showMarkers()
-
-async function showFavicon() {
- await fetch('/favicon.ico');
- await res.json();
-}
-
-showFavicon()