Skip to content

Commit

Permalink
fix intro site
Browse files Browse the repository at this point in the history
  • Loading branch information
ttop32 committed Jan 4, 2024
1 parent 8926385 commit 7060e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ backgroundInit();

async function backgroundInit() {
injectContentScriptForAllTab();
await getSetting();
addInstallUrl(introSiteUrl);
// addUninstallUrl(util.getReviewUrl());

await getSetting();
addCopyRequestListener();
addTabSwitchEventListener();
addPdfFileTabListener();
Expand Down

0 comments on commit 7060e53

Please sign in to comment.