Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buuug7 committed Jul 18, 2021
1 parent a43ce84 commit 137767b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ self.importScripts("lib.js");

const menu = {
id: `english-vocabulary-book-add-word-menu`,
title: `Add to my vocabulary book(dev)`,
title: `Add to my vocabulary book`,
};

init().then(() => {
//
});
init().then(() => {});

async function init() {
chrome.runtime.onInstalled.addListener(() => {
Expand Down

0 comments on commit 137767b

Please sign in to comment.