typo fixed
This commit is contained in:
parent
4704a884a1
commit
ec5506ed8a
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ import { taWorkingStatus } from './js/mzta-working-status.js';
|
||||||
import {
|
import {
|
||||||
addTags_getExclusionList,
|
addTags_getExclusionList,
|
||||||
checkExcludedTag
|
checkExcludedTag
|
||||||
} from './js/mzta-addatags-exclusion-list.js';
|
} from './js/mzta-addtags-exclusion-list.js';
|
||||||
|
|
||||||
browser.runtime.onInstalled.addListener(({ reason, previousVersion }) => {
|
browser.runtime.onInstalled.addListener(({ reason, previousVersion }) => {
|
||||||
// console.log(">>>>>>>>>>> onInstalled: " + JSON.stringify(reason) + ", previousVersion: " + previousVersion);
|
// console.log(">>>>>>>>>>> onInstalled: " + JSON.stringify(reason) + ", previousVersion: " + previousVersion);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue