add help-command & eddit ahelp

This commit is contained in:
michael.reiswich
2021-01-19 13:20:44 +01:00
parent f18c47c530
commit eb801fce1a
15 changed files with 414 additions and 74 deletions

View File

@@ -0,0 +1,7 @@

let close = document.getElementById('close');
close.onclick = function closeWindow() {
mp.trigger('removeUserhelp');
console.log('Fenster geschlossen!');
}