diff --git a/public/js/apps/Cis/Stundenplan.js b/public/js/apps/Cis/Stundenplan.js
index cdbdd394d..cbca415e0 100644
--- a/public/js/apps/Cis/Stundenplan.js
+++ b/public/js/apps/Cis/Stundenplan.js
@@ -100,12 +100,14 @@ const app = Vue.createApp({
Stundenplan
-
-
- {{event?.orig.topic}}
- {{lektor.kurzbz}}
- {{event?.orig.ort_kurzbz}}
-
+
+
+
+ {{event?.orig.topic}}
+ {{lektor.kurzbz}}
+ {{event?.orig.ort_kurzbz}}
+
+
`
});
diff --git a/public/js/components/Calendar/Calendar.js b/public/js/components/Calendar/Calendar.js
index ff6afe4b2..a38f630be 100644
--- a/public/js/components/Calendar/Calendar.js
+++ b/public/js/components/Calendar/Calendar.js
@@ -104,6 +104,7 @@ export default {
},
methods: {
handleInput(day) {
+ console.log(day[0], "first",day[1],"second")
this.$emit(day[0], day[1]);
}
},
@@ -137,9 +138,10 @@ export default {
},
template: /*html*/`
-
-
-
+
+
+
+
`
}
diff --git a/public/js/components/Calendar/Month/Page.js b/public/js/components/Calendar/Month/Page.js
index 1a6fadbb9..59bd6ea5a 100644
--- a/public/js/components/Calendar/Month/Page.js
+++ b/public/js/components/Calendar/Month/Page.js
@@ -69,11 +69,11 @@ export default {
return this.noWeekView ? day == this.highlightedDay : week.no == this.highlightedWeek;
},
clickEvent(day,week) {
- if(this.noWeekView){
- this.selectDay(day);
- }else{
+ if(!this.noWeekView)
+ {
this.changeToWeek(week);
}
+ this.selectDay(day);
}
},
template: `
diff --git a/public/js/components/Calendar/Week.js b/public/js/components/Calendar/Week.js
index f00625a25..d7a280231 100644
--- a/public/js/components/Calendar/Week.js
+++ b/public/js/components/Calendar/Week.js
@@ -38,12 +38,14 @@ export default {
created() {
this.emitRangeChanged();
},
- template: `
+ template: /*html*/`
-
-
+
+
+
+
`
diff --git a/public/js/components/Calendar/Week/Page.js b/public/js/components/Calendar/Week/Page.js
index 2a3fa1bf3..1692c457b 100644
--- a/public/js/components/Calendar/Week/Page.js
+++ b/public/js/components/Calendar/Week/Page.js
@@ -145,8 +145,8 @@ export default {
{{hour}}:00
-
-
+
+
this is a placeholder which means that no template was passed to the Calendar Page slot