diff --git a/js/mzta-addatags-exclusion-list.js b/js/mzta-addatags-exclusion-list.js index ae44eaba..06a103bd 100644 --- a/js/mzta-addatags-exclusion-list.js +++ b/js/mzta-addatags-exclusion-list.js @@ -16,8 +16,9 @@ * along with this program. If not, see . */ -// These methods are also defined in the file /js/mzta-compose-script.js + +// These methods are also defined in the file /js/mzta-compose-script.js export async function addTags_getExclusionList() { let prefs_excluded_tags = await browser.storage.local.get({add_tags_exclusions: []}); return prefs_excluded_tags.add_tags_exclusions;