add onlinewanteds in factionmenü

This commit is contained in:
michael.reiswich
2021-01-29 19:54:48 +01:00
parent 42b294d805
commit 88e7df88c2
6 changed files with 171 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
let close = document.getElementById('close');
close.onclick = function closeWindow() {
mp.trigger('removeWantedlist');
console.log('Fenster geschlossen!');
}