mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Removed show help onclick event from greet message
This commit is contained in:
parent
02ef5c056e
commit
6cb1020a9c
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@
|
||||||
ShowMessage({
|
ShowMessage({
|
||||||
m: greetMsg,
|
m: greetMsg,
|
||||||
isSimple: true
|
isSimple: true
|
||||||
}, timeout, ShowHelp) // showing message. If "m" is empty it wont show it, thats how showSplash works.
|
}, timeout) // showing message. If "m" is empty it wont show it, thats how showSplash works.
|
||||||
}
|
}
|
||||||
|
|
||||||
// : }}}
|
// : }}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue