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