Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Update functions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DewGew authored Nov 26, 2020
1 parent 5953e82 commit 151734b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function readDevices(devicelist){
});
}
readDevices()
/* setInterval(readDevices, 2000); */
setInterval(readDevices, 2000);

/* config page */
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
Expand Down Expand Up @@ -241,7 +241,7 @@ function getlogs(){
});
}
getlogs()
/* setInterval(getlogs, 2000); */
setInterval(getlogs, 2000);

/* Settings */
$("#loglevel_info").click(function(){
Expand Down

0 comments on commit 151734b

Please sign in to comment.