Minor link changes

This commit is contained in:
MrFry 2020-04-01 14:02:21 +02:00
parent e990a66939
commit e26be7860a

View file

@ -1477,7 +1477,7 @@
SetStyle(donateLink, buttonStyle)
donateLink.addEventListener('click', function () {
openInTab(serverAdress + 'donate', {
openInTab(serverAdress + 'donate?scriptMenu', {
active: true
})
})
@ -1761,7 +1761,7 @@
// shows some neat help
function ShowHelp () {
openInTab(serverAdress + 'manual', {
openInTab(serverAdress + 'manual?scriptMenu', {
active: true
})
}