Fix formatting of comments in exclusion list file for consistency
This commit is contained in:
parent
6ce5bacfbe
commit
2ba1905c46
1 changed files with 2 additions and 1 deletions
|
|
@ -16,8 +16,9 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// 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() {
|
export async function addTags_getExclusionList() {
|
||||||
let prefs_excluded_tags = await browser.storage.local.get({add_tags_exclusions: []});
|
let prefs_excluded_tags = await browser.storage.local.get({add_tags_exclusions: []});
|
||||||
return prefs_excluded_tags.add_tags_exclusions;
|
return prefs_excluded_tags.add_tags_exclusions;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue