From d4540e1322b7aa029e909696a83d7cfd3201299c Mon Sep 17 00:00:00 2001 From: Max Bringemo Date: Fri, 4 Dec 2020 12:16:58 +0100 Subject: removed unneccessary code --- templates/index.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'templates/index.js') 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() -- cgit v1.2.1