mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
Refactor code: remove unnecessary comments and clean up whitespace in various files
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// Check if the ticket form exists before adding an event listener
|
||||
const ticketForm = document.getElementById('ticketForm');
|
||||
if (ticketForm) {
|
||||
ticketForm.addEventListener('submit', function (e) {
|
||||
@@ -25,7 +24,6 @@ if (ticketForm) {
|
||||
});
|
||||
}
|
||||
|
||||
// Function to toggle video playback
|
||||
function toggleVideo() {
|
||||
const video = document.getElementById('myVideo');
|
||||
if (video) {
|
||||
|
||||
Reference in New Issue
Block a user