diff --git a/public/js/apps/Cis.js b/public/js/apps/Cis.js index da658dc47..482c2774a 100644 --- a/public/js/apps/Cis.js +++ b/public/js/apps/Cis.js @@ -27,13 +27,12 @@ const app = Vue.createApp({ defaultaction: { type: "link", action: function(data) { - return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+ - "/Cis/Profil/View/"+data.uid; - - } - }, + return FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+ + "/Cis/Profil/View/"+data.uid; + } + }, childactions: [] - }, + }, student: { defaultaction: { type: "link", @@ -115,7 +114,7 @@ const app = Vue.createApp({ methods: { searchfunction: function(searchsettings) { return Vue.$fhcapi.search.search(searchsettings); - }, + } } }); app.use(FhcApi); diff --git a/public/js/components/Calendar/Day/Page.js b/public/js/components/Calendar/Day/Page.js index fbd3307a8..f545c61ae 100644 --- a/public/js/components/Calendar/Day/Page.js +++ b/public/js/components/Calendar/Day/Page.js @@ -348,9 +348,9 @@ export default { -
-
-
+
+
+