From a7ed2e3e1d4b7d3ae43e2883df0f466b94c620ba Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 1 Apr 2021 08:15:48 -0400 Subject: [PATCH] removed commented out line --- app/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui.js b/app/ui.js index 3c36bf62..f3fe5be4 100644 --- a/app/ui.js +++ b/app/ui.js @@ -135,7 +135,7 @@ const UI = { let autoconnect = WebUtil.getConfigVar('autoconnect', false); if (autoconnect === 'true' || autoconnect == '1') { autoconnect = true; - //UI.connect(); //KASM - Not sure why this causes two canvas elements showign the same thing + UI.connect(); } else { autoconnect = false; // Show the connect panel on first load unless autoconnecting