diff options
author | Jannik Schönartz | 2017-12-05 18:23:48 +0100 |
---|---|---|
committer | Jannik Schönartz | 2017-12-05 18:23:48 +0100 |
commit | 464f5ce1f1bffb122334b8e24208406c096f5dd0 (patch) | |
tree | 2522a3c0fa3985570c47773b94d844d0e8127b82 /modules-available/locationinfo/templates | |
parent | [locations] Fix creating/editing locations at root (no parent) (diff) | |
download | slx-admin-464f5ce1f1bffb122334b8e24208406c096f5dd0.tar.gz slx-admin-464f5ce1f1bffb122334b8e24208406c096f5dd0.tar.xz slx-admin-464f5ce1f1bffb122334b8e24208406c096f5dd0.zip |
[locationinfo] Calling the update function after the timetable arrived from the backend
Diffstat (limited to 'modules-available/locationinfo/templates')
-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, ""); } - } /** |