This commit is contained in:
kitkatpotato16
2025-02-13 12:22:12 +01:00
4 changed files with 104 additions and 4 deletions

View File

@@ -130,7 +130,3 @@ function getDescription(title) {
return "";
}
// Functie om het modaal venster te sluiten
function closeModal() {
document.getElementById('modal').style.display = 'none';
}