summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo
diff options
context:
space:
mode:
authorDirk Riestere2017-02-10 17:16:47 +0100
committerDirk Riestere2017-02-10 17:16:47 +0100
commit2d076a83313e64909fb12721c28d59bcf4d2d769 (patch)
treebc9421e5dbc51c40cc2a384207b0a978ee722002 /modules-available/locationinfo
parentStundenplan wird von HisInOne geholt fals die cached Version älter als 30 mi... (diff)
parentMerge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin in... (diff)
downloadslx-admin-2d076a83313e64909fb12721c28d59bcf4d2d769.tar.gz
slx-admin-2d076a83313e64909fb12721c28d59bcf4d2d769.tar.xz
slx-admin-2d076a83313e64909fb12721c28d59bcf4d2d769.zip
Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin into location-info-panel
Diffstat (limited to 'modules-available/locationinfo')
-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) {