mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
asd
This commit is contained in:
parent
2ffb334bce
commit
742357d8d7
1 changed files with 24 additions and 6 deletions
|
@ -110,11 +110,29 @@
|
|||
// Devel vars
|
||||
// ------------------------------------------------------------------------------
|
||||
// forcing pages for testing. unless you test, do not set these to true!
|
||||
<<<<<<< Updated upstream
|
||||
setVal('ISDEVEL', true)
|
||||
||||||| constructed merge base
|
||||
const isDevel = false
|
||||
setVal('ISDEVEL', isDevel)
|
||||
=======
|
||||
const isDevel = true
|
||||
setVal('ISDEVEL', isDevel)
|
||||
>>>>>>> Stashed changes
|
||||
// only one of these should be true for testing
|
||||
<<<<<<< Updated upstream
|
||||
const forceTestPage = true
|
||||
const forceResultPage = false
|
||||
const forceDefaultPage = false
|
||||
||||||| constructed merge base
|
||||
const forceTestPage = isDevel && false
|
||||
const forceResultPage = isDevel && false
|
||||
const forceDefaultPage = isDevel && false
|
||||
=======
|
||||
const forceTestPage = isDevel && true
|
||||
const forceResultPage = isDevel && false
|
||||
const forceDefaultPage = isDevel && false
|
||||
>>>>>>> Stashed changes
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
const logElementGetting = false
|
||||
|
@ -1930,10 +1948,10 @@
|
|||
textAlign: 'center',
|
||||
width: width + 'px',
|
||||
padding: '0px',
|
||||
background: '#222d32',
|
||||
color: '#ffffff',
|
||||
border: '3px solid #99f',
|
||||
borderRadius: '5px',
|
||||
border: '2px solid #f2cb05',
|
||||
borderRadius: '0px',
|
||||
backgroundColor: '#222426',
|
||||
top: startFromTop + 'px',
|
||||
left: (window.innerWidth - width) / 2 + 'px',
|
||||
opacity: getVal(`${id}_opacity`),
|
||||
|
@ -2259,9 +2277,9 @@
|
|||
bottom: '30px',
|
||||
left: '10px',
|
||||
zIndex: 999999,
|
||||
background: '#262626',
|
||||
border: '3px solid #99f',
|
||||
borderRadius: '5px',
|
||||
border: '2px solid #f2cb05',
|
||||
borderRadius: '0px',
|
||||
backgroundColor: '#222426',
|
||||
opacity: getVal(`${id}_opacity`),
|
||||
fontSize: '14px',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue