generated from hjess/PythonTemplateProject
Better CSS
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 36s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 36s
This commit is contained in:
@@ -18,6 +18,11 @@ function closeModal(modalId) {
|
||||
}
|
||||
}
|
||||
|
||||
function nextModal(currentModalId, nextModalId) {
|
||||
closeModal(currentModalId); // Luk den nuværende modal
|
||||
openModal(nextModalId); // Åbn den næste modal
|
||||
}
|
||||
|
||||
// Ensure all modals are hidden on page load
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const modals = document.querySelectorAll('.modal'); // Select all modals
|
||||
|
||||
Reference in New Issue
Block a user