mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 21:36:31 +01:00
updae
This commit is contained in:
@@ -23,3 +23,12 @@ document.getElementById('ticketForm').addEventListener('submit', function (e) {
|
||||
|
||||
alert('Ticket(s) successfully generated!');
|
||||
});
|
||||
|
||||
function toggleVideo() {
|
||||
const video = document.getElementById('myVideo');
|
||||
if (video.paused) {
|
||||
video.play();
|
||||
} else {
|
||||
video.pause();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user