diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-13 11:50:15 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-13 11:50:15 +1100 |
commit | 55c748d6a50af4e93b138bf73e37c71f946fab19 (patch) | |
tree | 8f78d7535e741cf51f15bac73de5c8de4c97cb4b /main_background.js | |
parent | b849b8d461479cf6530c77b97b094807840ce0d7 (diff) |
minor fix of noscript.js, and make it show up in console debugger
Diffstat (limited to 'main_background.js')
-rw-r--r-- | main_background.js | 4 |
1 files changed, 3 insertions, 1 deletions
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') { |