diff --git a/static/app/go/index.html b/static/app/go/index.html index 416fc43..e584d27 100644 --- a/static/app/go/index.html +++ b/static/app/go/index.html @@ -30,7 +30,7 @@ const urls = { let key = window.location.hash.slice(1); if (key in urls) { redir_url = urls[key]; -}; +} console.log("Redirecting to " + redir_url + " - off you go!"); window.location = redir_url;