repo: janusweb
action: commit
revision: 
path_from: 
revision_from: c82014ea848754f019b3b98a44b85c5fa91fab2a:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit c82014ea848754f019b3b98a44b85c5fa91fab2a
Author: James Baicoianu 
Date:   Sun Jan 22 00:36:57 2017 -0800

    Changed chat arguments

diff --git a/scripts/janusweb.js b/scripts/janusweb.js
index 0411ef2286fe7baa99f94723661892d64f6f9ef3..
index ..92bcac53b73f84420b4acf27164ad93284ae7130 100644
--- a/scripts/janusweb.js
+++ b/scripts/janusweb.js
@@ -225,7 +225,7 @@ elation.require(['janusweb.config', 'engine.things.generic','janusweb.remoteplay
         elation.events.add(this, 'room_disable', elation.bind(this, function(ev) { this.unsubscribe(ev.data.url); }));
       }
       if (this.showchat) {
-        this.chat = elation.janusweb.chat({append: document.body, client: this.network, player: this.engine.client.player});
+        this.chat = elation.janusweb.chat({append: document.body, client: this.engine.client, network: this.network});
       }
     }
     this.clear = function() {

-----END OF PAGE-----