look basis

This commit is contained in:
Fabian
2021-04-13 21:34:14 +02:00
parent f6b4dd481a
commit 18e385717b
10 changed files with 281 additions and 0 deletions

View File

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

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