mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Localhost and force page fixes
This commit is contained in:
parent
ccc6e849cf
commit
d8a0838dee
1 changed files with 3 additions and 3 deletions
|
@ -57,13 +57,13 @@
|
|||
/* eslint-enable */
|
||||
|
||||
var addEventListener // add event listener function
|
||||
// const serverAdress = 'https://qmining.frylabs.net/'
|
||||
const serverAdress = 'http://localhost:8080/'
|
||||
const serverAdress = 'https://qmining.frylabs.net/'
|
||||
// const serverAdress = 'http://localhost:8080/'
|
||||
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
// only one of these should be true for testing
|
||||
const forceTestPage = false
|
||||
const forceResultPage = true
|
||||
const forceResultPage = false
|
||||
const forceDefaultPage = false
|
||||
const logElementGetting = false
|
||||
const log = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue