summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/templates/frontend-summary.html
diff options
context:
space:
mode:
authorJannik Schönartz2017-12-05 18:23:48 +0100
committerJannik Schönartz2017-12-05 18:23:48 +0100
commit464f5ce1f1bffb122334b8e24208406c096f5dd0 (patch)
tree2522a3c0fa3985570c47773b94d844d0e8127b82 /modules-available/locationinfo/templates/frontend-summary.html
parent[locations] Fix creating/editing locations at root (no parent) (diff)
downloadslx-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/frontend-summary.html')
-rw-r--r--modules-available/locationinfo/templates/frontend-summary.html2
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, "");
}
-
}
/**