From 55c748d6a50af4e93b138bf73e37c71f946fab19 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 13 Oct 2022 11:50:15 +1100 Subject: minor fix of noscript.js, and make it show up in console debugger --- main_background.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main_background.js') diff --git a/main_background.js b/main_background.js index 87b80ae..ab70d00 100644 --- a/main_background.js +++ b/main_background.js @@ -891,7 +891,9 @@ async function initAddon() { editHtml, handleScript, ExternalLicenses, - ListManager, ListStore, Storage, + ListManager, + ListStore, + Storage }; // create or focus the autotest tab if it's a debugging session if ((await browser.management.getSelf()).installType === 'development') { -- cgit v1.2.3