Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
berlintay authored Aug 10, 2024
1 parent f055727 commit 5c0f512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ document.addEventListener("DOMContentLoaded", function() {
trendingContainer.appendChild(repoElement);
});
})
.catch(error => console.error('Error fetching GitHub trending data:', error));

// Function to update the current time display
function updateTime() {
Expand Down

0 comments on commit 5c0f512

Please sign in to comment.