mirror of
https://gitlab.com/Shinobi-Systems/ShinobiCE.git
synced 2025-03-09 15:40:15 +00:00
Kicking Kangaroo
This commit is contained in:
parent
bc01b19714
commit
e0f7c135af
37 changed files with 1642 additions and 518 deletions
|
@ -243,7 +243,7 @@ var Poseidon = function () {
|
|||
}
|
||||
this._playing = true;
|
||||
var _this = this;
|
||||
this._socket = io(_this._monitor.url, { transports: ['websocket'], forceNew: false });
|
||||
this._socket = io(_this._monitor.url, { path: _this._monitor.path, transports: ['websocket'], forceNew: false });
|
||||
this._addSocketEvents();
|
||||
if (this._startstop) {
|
||||
this._startstop.disabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue