Skip to content
Snippets Groups Projects
Commit 9ac6f4ff authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file home.html

parent 4e4fb021
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,6 @@
}, 2000);
});
// Add click event listeners to the cards
document.querySelectorAll('.card').forEach(card => {
card.addEventListener('click', function() {
this.classList.toggle('expanded');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment