diff options
-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, ""); } - } /** |