Commit c3a504cc authored by Aurel's avatar Aurel

do not clear log when stopping tail so that it can be inspected

parent 56ce974c
...@@ -41,10 +41,6 @@ ...@@ -41,10 +41,6 @@
function stopTail() { function stopTail() {
clearTimeout(t); clearTimeout(t);
var pause = "The log viewer has been paused. To begin viewing logs again, click the Start Viewer button.";
logDiv = document.getElementById("log");
var newNode=document.createTextNode(pause);
logDiv.replaceChild(newNode,logDiv.childNodes[0]);
} }
function updatePage() { function updatePage() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment