mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Defaulted test variables
This commit is contained in:
parent
a3809aa0f2
commit
268754d2e4
3 changed files with 6 additions and 6 deletions
4
main.js
4
main.js
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue