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 15a2b62 commit 75eaee3
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 @@ -20,7 +20,6 @@ document.addEventListener('DOMContentLoaded', () => {
bootScreen.style.display = 'none';
mainInterface.style.display = 'block';
initializeTerminal();
fetchTrendingRepositories(); // Fetch and display trending repos after boot
}, 2000);
function initializeTerminal() {
setPrompt();
Expand Down

0 comments on commit 75eaee3

Please sign in to comment.