summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/frontend
diff options
context:
space:
mode:
authorMichael Scherle2017-02-10 00:47:54 +0100
committerMichael Scherle2017-02-10 00:47:54 +0100
commitcc662d882aec10de9b114c5e3c0390ab91555de3 (patch)
treec55c25811bc09eb14479c65eeb434e6992c51ebd /modules-available/locationinfo/frontend
parentfrontend: panel now shows current calendar events and a countdown, opening ti... (diff)
downloadslx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.tar.gz
slx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.tar.xz
slx-admin-cc662d882aec10de9b114c5e3c0390ab91555de3.zip
frontend: panel stuff
Diffstat (limited to 'modules-available/locationinfo/frontend')
-rw-r--r--modules-available/locationinfo/frontend/panel.html2
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) {