figure out why it isn't launching into containers like on desktop

This commit is contained in:
idk
2019-12-24 23:20:33 -05:00
parent 55841f8421
commit b33a7b623b
2 changed files with 8 additions and 8 deletions

View File

@@ -35,5 +35,5 @@ function isDroid() {
}
function notClosable() {
return false;
return true;
}

View File

@@ -110,7 +110,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -150,7 +150,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -188,7 +188,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -226,7 +226,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -264,7 +264,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -302,7 +302,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",
@@ -345,7 +345,7 @@ var contextSetup = async function(requestDetails) {
function Create(currentTab) {
function onCreated(tab) {
function closeOldTab(tab) {
if (!closable()) {
if (!notClosable()) {
if (tabId.id != tab.id) {
console.log(
"(isolate) Closing old, un-isolated tab",