From f8c28efd66c2b66fd040375f5d413849355b572e Mon Sep 17 00:00:00 2001 From: orbiter Date: Thu, 4 Jul 2013 21:46:46 +0200 Subject: [PATCH] fix for rssTerminal coloring --- htroot/rssTerminal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);