@first-lego-league/display
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -47,3 +47,3 @@ // display system main | ||
var mhubPort = config.wsHost.substr(config.wsHost.indexOf(':'), config.wsHost.length); | ||
var mhubPort = config.wsHost.substr(config.wsHost.indexOf(':') + 1, config.wsHost.length); | ||
config.wsHost = `${window.location.hostname}:${mhubPort}`; | ||
@@ -50,0 +50,0 @@ |
{ | ||
"name": "@first-lego-league/display", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Display Systems", | ||
@@ -5,0 +5,0 @@ "main": "config.js", |
2801765