mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Grouping subjects by year in menu
This commit is contained in:
parent
1d183e2cf4
commit
41201f9551
3 changed files with 318 additions and 299 deletions
2
frame.js
2
frame.js
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Moodle/Elearning/KMOOC test help
|
// @name Moodle/Elearning/KMOOC test help
|
||||||
// @version 1.6.3.1
|
// @version 1.6.3.3
|
||||||
// @description Online Moodle/Elearning/KMOOC test help
|
// @description Online Moodle/Elearning/KMOOC test help
|
||||||
// @author MrFry
|
// @author MrFry
|
||||||
// @match https://elearning.uni-obuda.hu/main/*
|
// @match https://elearning.uni-obuda.hu/main/*
|
||||||
|
|
2
main.js
2
main.js
|
@ -903,7 +903,7 @@ function Version16 () {
|
||||||
|
|
||||||
// : }}}
|
// : }}}
|
||||||
|
|
||||||
var GetFileData = () => {
|
function GetFileData () {
|
||||||
return getResourceText('data')
|
return getResourceText('data')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue