for #117 open-tab event

This commit is contained in:
groovecoder
2017-02-14 09:43:38 -06:00
parent 3c6d276a36
commit 7edfd27586
2 changed files with 23 additions and 2 deletions
+1
View File
@@ -246,6 +246,7 @@ Logic.registerPanel(P_CONTAINERS_LIST, {
return browser.runtime.sendMessage({
method: "openTab",
userContextId: identity.userContextId,
source: "pop-up"
});
}).then(() => {
window.close();