This commit is contained in:
parent
f87393933c
commit
9a480e7507
|
@ -406,7 +406,7 @@ var wide = {
|
||||||
if(!wide.curProcessId){
|
if(!wide.curProcessId){
|
||||||
bottomGroup.fillOutput($('.bottom-window-group .output > div').html() + '<pre>' + data.output + '</pre>');
|
bottomGroup.fillOutput($('.bottom-window-group .output > div').html() + '<pre>' + data.output + '</pre>');
|
||||||
}else{
|
}else{
|
||||||
bottomGroup.fillOutput($('.bottom-window-group .output > div').html().replace(/<\/pre>$/g, data.output + '</pre>');
|
bottomGroup.fillOutput($('.bottom-window-group .output > div').html().replace(/<\/pre>$/g, data.output + '</pre>'));
|
||||||
}
|
}
|
||||||
|
|
||||||
wide.curProcessId = data.pid;
|
wide.curProcessId = data.pid;
|
||||||
|
|
Loading…
Reference in New Issue