Weiterleitung aufgelöst
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user