diff options
author | Michael Scherle | 2017-02-10 00:47:54 +0100 |
---|---|---|
committer | Michael Scherle | 2017-02-10 00:47:54 +0100 |
commit | cc662d882aec10de9b114c5e3c0390ab91555de3 (patch) | |
tree | c55c25811bc09eb14479c65eeb434e6992c51ebd | |
parent | frontend: panel now shows current calendar events and a countdown, opening ti... (diff) | |
download | slx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.tar.gz slx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.tar.xz slx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.zip |
frontend: panel stuff
-rw-r--r-- | modules-available/locationinfo/frontend/panel.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules-available/locationinfo/frontend/panel.html b/modules-available/locationinfo/frontend/panel.html index fd7287e2..493cbe0b 100644 --- a/modules-available/locationinfo/frontend/panel.html +++ b/modules-available/locationinfo/frontend/panel.html @@ -159,8 +159,6 @@ return event; } function update() { - console.log("update"); - if(lastPcUpdate ==null || (new MyDate().getTime()-lastPcUpdate.getTime()) > pcStateUpdateTime*1000){ $.getJSON("../../../api.php?do=locationinfo&action=pcstates&ids=" + roomidsString, function (result) { |