Closed obsy closed 11 years ago
document.getElementById("note_txt").innerHTML+="\nUpdating... \n";
If no data, string "Updating..." is cloned every 2 min.
Even when empty, the webpage is that interesting to watch for >4 minutes? That's hardcore.
I will commit a fix later tonight to fix the endless appending.
If it fixes the problem, please close the issue.
document.getElementById("note_txt").innerHTML+="
\nUpdating...
\n";
If no data, string "Updating..." is cloned every 2 min.