Skip to content

Commit

Permalink
feat:removed pop up
Browse files Browse the repository at this point in the history
  • Loading branch information
alanfrancis442 committed Nov 19, 2024
1 parent 46de274 commit f27366a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@ <h3>Contact Us</h3>
referrerpolicy="no-referrer"
></script>
<script>
// Show the modal when the page loads
window.onload = function () {
setTimeout(() => {
document.getElementById("registerModal").style.display = "block";
}, 3000);
};

// Get the modal
var modal = document.getElementById("registerModal");

Expand Down

0 comments on commit f27366a

Please sign in to comment.