diff options
author | Dirk Riestere | 2017-02-10 17:16:47 +0100 |
---|---|---|
committer | Dirk Riestere | 2017-02-10 17:16:47 +0100 |
commit | 2d076a83313e64909fb12721c28d59bcf4d2d769 (patch) | |
tree | bc9421e5dbc51c40cc2a384207b0a978ee722002 /modules-available | |
parent | Stundenplan wird von HisInOne geholt fals die cached Version älter als 30 mi... (diff) | |
parent | Merge branch 'location-info-panel' of git.openslx.org:openslx-ng/slx-admin in... (diff) | |
download | slx-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')
-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) { |