no but closer
This commit is contained in:
12
scrub.js
12
scrub.js
@@ -126,7 +126,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab", window);
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
@@ -158,7 +158,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab");
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
@@ -191,7 +191,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab");
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
@@ -224,7 +224,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab");
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
@@ -256,7 +256,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab");
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
@@ -293,7 +293,7 @@ var contextSetup = async function(requestDetails) {
|
||||
function Create(window) {
|
||||
function onCreated(tab) {
|
||||
console.log("(isolate) Closing old, un-isolated tab");
|
||||
browser.tabs.remove(window.id);
|
||||
browser.tabs.remove(tabId.id);
|
||||
}
|
||||
var created = browser.tabs.create({
|
||||
active: true,
|
||||
|
||||
Reference in New Issue
Block a user