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:
@ -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);
|
||||||
|
Reference in New Issue
Block a user