add Theorieteil drivingschool - html pop up

This commit is contained in:
CroniX
2021-01-30 14:51:32 +01:00
parent 88e7df88c2
commit ba7addbf43
6 changed files with 205 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!');
}