added motd, todo.txt, and small bug fixes

This commit is contained in:
Kevin Froman 2019-10-08 16:14:30 -05:00
parent 695f334297
commit c4c4fb70d5
14 changed files with 106 additions and 199 deletions

View file

@ -18,7 +18,6 @@
*/
shutdownBtn = document.getElementById('shutdownNode')
refreshStatsBtn = document.getElementById('refreshStats')
restartBtn = document.getElementById('restartNode')
shutdownBtn.onclick = function(){
@ -38,7 +37,3 @@ restartBtn.onclick = function(){
}
}
refreshStatsBtn.onclick = function(){
getStats()
}