little modification
This commit is contained in:
parent
9e4d215191
commit
1a825ac507
1 changed files with 0 additions and 3 deletions
|
@ -745,7 +745,6 @@ Logic.registerPanel(P_CONTAINER_INFO, {
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw new Error("Could not check for incompatible add-ons.");
|
throw new Error("Could not check for incompatible add-ons.");
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
const moveTabsEl = document.querySelector("#container-info-movetabs");
|
const moveTabsEl = document.querySelector("#container-info-movetabs");
|
||||||
const numTabs = await Logic.numTabs();
|
const numTabs = await Logic.numTabs();
|
||||||
if (incompatible) {
|
if (incompatible) {
|
||||||
|
@ -763,8 +762,6 @@ Logic.registerPanel(P_CONTAINER_INFO, {
|
||||||
});
|
});
|
||||||
window.close();
|
window.close();
|
||||||
});
|
});
|
||||||
=======
|
|
||||||
>>>>>>> Integrated the proxified-containers.js logic into relevant files without direct proxifying yet
|
|
||||||
},
|
},
|
||||||
|
|
||||||
// This method is called when the panel is shown.
|
// This method is called when the panel is shown.
|
||||||
|
|
Loading…
Add table
Reference in a new issue