From 681fb18222486e1d1b9fb439d1a6166f7df44b43 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 14 Nov 2024 11:15:02 +0100 Subject: [PATCH] fix(Stundenplan): readds the loadEvents and deletes the template error --- public/js/apps/Cis/Stundenplan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -