From 2ba1905c460e9c498e2706a96b95a039a6e56962 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 25 May 2025 22:12:23 +0200 Subject: [PATCH] Fix formatting of comments in exclusion list file for consistency --- js/mzta-addatags-exclusion-list.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;