@first-lego-league/display
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -74,3 +74,3 @@ displaySystem.config({ | ||
texts: [{ | ||
data:'2017 Regional, Modiin' | ||
data:'2017 World Festival' | ||
} | ||
@@ -172,2 +172,2 @@ ], | ||
modulePath: "modules" | ||
}); | ||
}); |
@@ -46,2 +46,6 @@ // display system main | ||
var ws, host; | ||
var mhubPort = config.wsHost.substr(config.wsHost.indexOf(':'), config.wsHost.length); | ||
config.wsHost = `${window.location.hostname}:${mhubPort}`; | ||
if (config.wsHost || config.wssHost) { | ||
@@ -48,0 +52,0 @@ if (pendingConnection) { |
{ | ||
"name": "@first-lego-league/display", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Display Systems", | ||
@@ -5,0 +5,0 @@ "main": "config.js", |
2801761
3954