Start the pageaction branch
This commit is contained in:
@@ -182,9 +182,12 @@ function themeWindow(window) {
|
||||
}
|
||||
});
|
||||
}
|
||||
browser.pageAction.setPopup({tabId: tabInfo[0].id, popup: "security.html"})
|
||||
browser.pageAction.setPopup({
|
||||
tabId: tabInfo[0].id,
|
||||
popup: "security.html"
|
||||
});
|
||||
//console.log("(background) tabinfo", tabInfo[0].id)
|
||||
browser.pageAction.show(tabInfo[0].id)
|
||||
browser.pageAction.show(tabInfo[0].id);
|
||||
} else if (context.name == routerpref) {
|
||||
console.log("Active in Router Console window");
|
||||
if (window.incognito) {
|
||||
|
||||
5
scrub.js
5
scrub.js
@@ -108,7 +108,10 @@ var contextSetup = function(requestDetails) {
|
||||
console.log("with context", tab.cookieStoreId);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
browser.pageAction.setPopup({tabId: tabId[0].id, popup: "security.html"})
|
||||
browser.pageAction.setPopup({
|
||||
tabId: tabId[0].id,
|
||||
popup: "security.html"
|
||||
});
|
||||
browser.pageAction.show(tabId.id);
|
||||
}
|
||||
closeOldTab(tab);
|
||||
|
||||
Reference in New Issue
Block a user