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==
// @name academyFIVE::AddSelectBox
// @namespace dakp/academyfive
// @version 2026.04.006
// @version 2026.04.007
// @description Füge Selectbox für Kohorten/Planungsgruppen hinzu
// @author Dims Akpan
// @match https://a5.fhdw-hannover.de/*
@@ -115,7 +115,7 @@
if (url.includes('/course/planning-group/list')) {
planningGroupList_init();
} else if (url.includes('/course/list')) {
} else if (url.includes('/course/show')) {
courseList_init();
} else {
console.log(LOG, 'URL passt zu keiner bekannten Seite, Script inaktiv');