Merge upstream changes from Marlin 2.1.2.1
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user