diff --git a/public/js/apps/Cis/Stundenplan.js b/public/js/apps/Cis/Stundenplan.js index 5a24ed2a8..f5a988319 100644 --- a/public/js/apps/Cis/Stundenplan.js +++ b/public/js/apps/Cis/Stundenplan.js @@ -105,6 +105,7 @@ const app = Vue.createApp({ }, created() { + this.loadEvents(); this.getLvID() }, //TODO: Stundenplan phrase @@ -136,7 +137,6 @@ const app = Vue.createApp({ -