linting issues
This commit is contained in:
@@ -9,12 +9,10 @@ const backgroundLogic = {
|
||||
]),
|
||||
unhideQueue: [],
|
||||
init() {
|
||||
console.log("init")
|
||||
browser.commands.onCommand.addListener(function (command) {
|
||||
for (let i=0; i < NUMBER_OF_KEYBOARD_SHORTCUTS; i++) {
|
||||
const key = "open_container_" + i;
|
||||
const cookieStoreId = identityState.keyboardShortcut[key];
|
||||
console.log(cookieStoreId);
|
||||
if (command === key) {
|
||||
browser.tabs.create({cookieStoreId});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user