mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2026-04-28 03:07:35 +02:00
Defaulted test variables
This commit is contained in:
@@ -28,11 +28,11 @@ const serverAdress = "https://qmining.tk/";
|
||||
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
// only one of these should be true for testing
|
||||
const forceTestPage = true;
|
||||
const forceTestPage = false;
|
||||
const forceResultPage = false;
|
||||
const forceDefaultPage = false;
|
||||
const logElementGetting = false;
|
||||
const log = true;
|
||||
const log = false;
|
||||
|
||||
const motdShowCount = 3;
|
||||
var motd = "";
|
||||
|
||||
Reference in New Issue
Block a user