Disable topic update

This commit is contained in:
David Walsh
2019-04-19 18:28:23 -04:00
parent 78bb28132f
commit 365a4bb790

View File

@@ -47,12 +47,12 @@ function updateNodesGUI()
}; };
window.setInterval(function(){ // window.setInterval(function(){
updateTopicsGUI(); // updateTopicsGUI();
updateNodesGUI(); // updateNodesGUI();
}, 5000); // }, 5000);
function validateForm() function validateForm()
{ {