diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 658e3ff48..f92979d7c 100644 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -50,13 +50,13 @@ alert(maxlines); } function addLine(line) { - if (typeof query.cf!=='undefined') { + //if (typeof query.cf!=='undefined') { for (var i=0;i maxwidth) { lines.push("" + line.substring(0, maxwidth) + ""); line = tab + line.substring(maxwidth);