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 -N -r1.3 -r1.4 --- openacs-4/packages/xowiki/www/ajax/streaming-chat.js 9 Apr 2006 00:07:10 -0000 1.3 +++ openacs-4/packages/xowiki/www/ajax/streaming-chat.js 17 Aug 2006 01:44:26 -0000 1.4 @@ -61,7 +61,7 @@ function chatSendMsg() { var msg = document.getElementById('chatMsg').value; - if (msg == '') { + if (msg == '') { return; } //alert(send_url + encodeURIComponent(msg));