diff options
author | Simon Rettberg | 2019-11-08 17:45:23 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-08 17:45:23 +0100 |
commit | c225e1bc52ddb99df25e4ee7b2524a7c2692a43b (patch) | |
tree | 5b33153ee6459dfd9687ecaffa944bf1e4078171 /modules-available/locationinfo | |
parent | [statistics] Fix filtering by prefixing columns with table name (diff) | |
download | slx-admin-c225e1bc52ddb99df25e4ee7b2524a7c2692a43b.tar.gz slx-admin-c225e1bc52ddb99df25e4ee7b2524a7c2692a43b.tar.xz slx-admin-c225e1bc52ddb99df25e4ee7b2524a7c2692a43b.zip |
6c096f5dd0.zip
[locationinfo] Calling the update function after the timetable arrived from the backend
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, ""); } - } /** |