mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Updated changeLog
This commit is contained in:
parent
27e3448a18
commit
a26830c078
2 changed files with 2 additions and 4 deletions
3
main.js
3
main.js
|
@ -21,8 +21,7 @@
|
|||
|
||||
var data; // all data, which is in the resource txt
|
||||
var addEventListener; // add event listener function
|
||||
var lastChangeLog =
|
||||
'- MOTD';
|
||||
var lastChangeLog = '- Csak egy plusz weboldal gomb a menüben.';
|
||||
var serverAdress = "http://questionmining.tk/";
|
||||
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
|
|
|
@ -40,8 +40,7 @@
|
|||
(function() {
|
||||
var data; // all data, which is in the resource txt
|
||||
var addEventListener; // add event listener function
|
||||
var lastChangeLog =
|
||||
'- MOTD';
|
||||
var lastChangeLog = '- Csak egy plusz weboldal gomb a menüben.';
|
||||
var serverAdress = "http://questionmining.tk/";
|
||||
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue