typo fixed

This commit is contained in:
Mic 2026-04-17 02:01:00 +02:00
parent 4704a884a1
commit ec5506ed8a

View file

@ -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);