mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
Minor link changes
This commit is contained in:
parent
e990a66939
commit
e26be7860a
1 changed files with 2 additions and 2 deletions
|
@ -1477,7 +1477,7 @@
|
||||||
SetStyle(donateLink, buttonStyle)
|
SetStyle(donateLink, buttonStyle)
|
||||||
|
|
||||||
donateLink.addEventListener('click', function () {
|
donateLink.addEventListener('click', function () {
|
||||||
openInTab(serverAdress + 'donate', {
|
openInTab(serverAdress + 'donate?scriptMenu', {
|
||||||
active: true
|
active: true
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
@ -1761,7 +1761,7 @@
|
||||||
|
|
||||||
// shows some neat help
|
// shows some neat help
|
||||||
function ShowHelp () {
|
function ShowHelp () {
|
||||||
openInTab(serverAdress + 'manual', {
|
openInTab(serverAdress + 'manual?scriptMenu', {
|
||||||
active: true
|
active: true
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue