Index: openacs-4/packages/xowiki/www/ajax/streaming-chat.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/ajax/Attic/streaming-chat.js,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xowiki/www/ajax/streaming-chat.js 29 Jul 2013 08:56:44 -0000 1.8 +++ openacs-4/packages/xowiki/www/ajax/streaming-chat.js 7 Aug 2017 23:48:31 -0000 1.9 @@ -9,10 +9,11 @@ function getData() { //alert('access responseText'); // hmm, IE does not allow us to access responstext in state == 3 :( var response = http.responseText.substring(http_last); - console.log(response); // we recognize a complete message by a trailing }\n if (response.match(/\}[\n ]+$/)) { var messages = document.getElementById('messages'); + //console.log('streaming chat has response'); + //console.log(response); var data = eval('(' + response + ')'); for (var i=0;i