From b846cb788c97fba46d9b1bf2b591e635a391d898 Mon Sep 17 00:00:00 2001 From: choelzl Date: Sun, 6 Feb 2022 19:19:12 +0100 Subject: [PATCH] WIP --- web/overlay/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/overlay/index.js b/web/overlay/index.js index 87c7158..746de08 100644 --- a/web/overlay/index.js +++ b/web/overlay/index.js @@ -1,6 +1,6 @@ $(function () { const webSocket = window.socket, - queryMap = getQueryMap(), + queryMap = getQueryMap(); const getQueryMap = () => { let queryString = window.location.search,