commented out translation to line breaks, as they seem not to be needed (and corrected the linebreak tag), thanks to martin for hinting at this. Discuss with janusch why he needed this.

This commit is contained in:
Ralf Teusner
2015-09-25 12:19:13 +02:00
parent 632b41da23
commit 6672491bc3

View File

@ -1160,7 +1160,7 @@ $(function() {
if (!msg.data) { if (!msg.data) {
return; return;
} }
msg.data = msg.data.replace(/(\r\n|\n|\r)/gm, "</br>"); //msg.data = msg.data.replace(/(\r\n|\n|\r)/gm, "<br />");
var stream = {}; var stream = {};
stream[msg.stream] = msg.data; stream[msg.stream] = msg.data;
printOutput(stream, true, 0); printOutput(stream, true, 0);