From 38d3c83fd96cbebc787964348afc016e7a01bb1c Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 30 Dec 2020 21:38:56 +0100 Subject: [PATCH] Use random id for app --- static-http/queueview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-http/queueview.js b/static-http/queueview.js index dbe11ec..cb9dec8 100644 --- a/static-http/queueview.js +++ b/static-http/queueview.js @@ -1,5 +1,5 @@ const api_creds = "queueview:queueview"; -const api_app = "queueview"; //_" + (""+Math.random()).substring(2); +const api_app = "queueview_" + (""+Math.random()).substring(2); let ws;