diff options
author | Simon Rettberg | 2017-12-06 10:53:58 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-06 10:53:58 +0100 |
commit | 3b17bba160d2e40827bdc5a40da74915a8041bbf (patch) | |
tree | 19e8b2b76fe10136e8bb4e9c86b955e088a63ee1 /modules-available/locationinfo | |
parent | [locationinfo] Fix typo in varname (diff) | |
parent | [locationinfo] Calling the update function after the timetable arrived from t... (diff) | |
download | slx-admin-3b17bba160d2e40827bdc5a40da74915a8041bbf.tar.gz slx-admin-3b17bba160d2e40827bdc5a40da74915a8041bbf.tar.xz slx-admin-3b17bba160d2e40827bdc5a40da74915a8041bbf.zip |
Merge branch 'master' of dnbd3:openslx-ng/slx-admin
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/templates/frontend-summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/frontend-summary.html b/modules-available/locationinfo/templates/frontend-summary.html index 9644c860..87aa2cf3 100644 --- a/modules-available/locationinfo/templates/frontend-summary.html +++ b/modules-available/locationinfo/templates/frontend-summary.html @@ -264,6 +264,7 @@ } ComputeCurrentState(rooms[json[i].id]); } + update(); } /** @@ -316,7 +317,6 @@ updateCourseText(room.id, "Geschlossen"); updateCoursTimer(room.id, ""); } - } /** |