Fix tests
This commit is contained in:
parent
5a7ab54ee6
commit
029c9754f0
7 changed files with 34 additions and 21 deletions
|
@ -180,7 +180,7 @@
|
|||
});
|
||||
};
|
||||
|
||||
if (chrome.runtime) {
|
||||
if (chrome.runtime.onInstalled) {
|
||||
chrome.runtime.onInstalled.addListener(function(options) {
|
||||
if (options.reason === 'install') {
|
||||
extension.install();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue