add Theorieteil drivingschool - html pop up
This commit is contained in:
7
ReallifeGamemode.Client/assets/js/School/application.js
Normal file
7
ReallifeGamemode.Client/assets/js/School/application.js
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
let close = document.getElementById('close');
|
||||
|
||||
close.onclick = function closeWindow() {
|
||||
mp.trigger('removeDrivingSchool');
|
||||
console.log('Fenster geschlossen!');
|
||||
}
|
||||
Reference in New Issue
Block a user