🎨 Detab some build files

This commit is contained in:
Scott Lahteine
2023-04-07 01:49:27 -05:00
parent cf28f48481
commit 1e2de0e036
33 changed files with 23496 additions and 23481 deletions

View File

@@ -41,7 +41,7 @@ var WmButtonGroups = {
var wmWebSoket = {
WSObject: null,
Connect: function() {
WsUrl=`ws://${location.host}/ws`;
WsUrl=`ws://${location.host}/ws`;
try {
if(wmWebSoket.WSObject === null) {
jsLog.Debug("WebSocket: Trying connecting to " + WsUrl);