Weiterleitung aufgelöst

This commit is contained in:
2026-04-28 09:34:06 +02:00
parent 6670a2fb27
commit 0d5612ef9c
+2 -2
View File
@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name academyFIVE::AddSelectBox // @name academyFIVE::AddSelectBox
// @namespace dakp/academyfive // @namespace dakp/academyfive
// @version 2026.04.006 // @version 2026.04.007
// @description Füge Selectbox für Kohorten/Planungsgruppen hinzu // @description Füge Selectbox für Kohorten/Planungsgruppen hinzu
// @author Dims Akpan // @author Dims Akpan
// @match https://a5.fhdw-hannover.de/* // @match https://a5.fhdw-hannover.de/*
@@ -115,7 +115,7 @@
if (url.includes('/course/planning-group/list')) { if (url.includes('/course/planning-group/list')) {
planningGroupList_init(); planningGroupList_init();
} else if (url.includes('/course/list')) { } else if (url.includes('/course/show')) {
courseList_init(); courseList_init();
} else { } else {
console.log(LOG, 'URL passt zu keiner bekannten Seite, Script inaktiv'); console.log(LOG, 'URL passt zu keiner bekannten Seite, Script inaktiv');