diff --git a/contrib/static/nntpchan.js b/contrib/static/nntpchan.js index 2059595..e0313b5 100644 --- a/contrib/static/nntpchan.js +++ b/contrib/static/nntpchan.js @@ -126,7 +126,7 @@ function inject_hover(prefix, el, parent) { function livechan_got_post(widget, j) { // do scroll - while (widget.children.length > 20) { + while (widget.children.length > 5) { // remove top element widget.removeChild(widget.children[0]); } @@ -153,7 +153,7 @@ function inject_livechan_widget(prefix, parent) { }; progress("initialize"); socket.onopen = function () { - progress("streaming"); + progress("streaming (read only)"); } socket.onmessage = function(ev) { var j = null;