Archived
1
0

update livechan.js and stylesheets

This commit is contained in:
Jeff Becker
2016-06-30 09:01:11 -04:00
parent e25d6ab370
commit 17b8101349
2 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ function inject_livechan_widget(prefix, parent) {
};
progress("initialize");
socket.onopen = function () {
progress("streaming (read only)");
progress("streaming");
}
socket.onmessage = function(ev) {
var j = null;