Skip to content

Commit

Permalink
Remove sidekick.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaack authored Nov 22, 2024
1 parent e62f25f commit 5115a23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ function loadDelayed() {
// eslint-disable-next-line import/no-cycle
window.setTimeout(() => import('./delayed.js'), 3000);
// load anything that can be postponed to the latest here
import('./sidekick.js').then(({ initSidekick }) => initSidekick());
}

async function loadPage() {
Expand Down

0 comments on commit 5115a23

Please sign in to comment.