New features.

This commit is contained in:
2018-05-05 20:02:50 -05:00
parent 62537ec458
commit e71466a258
9 changed files with 134 additions and 53 deletions

View File

@@ -35,4 +35,8 @@ function clearNodes(targetNode) {
}
function loadSelTab(id) { browser.tabs.update(id, { active: true }); }
function searchTabs() { tabQuery.then(findTabs, onError); }
function searchTabs() {
tabsAction.query({currentWindow: true})
.then(findTabs, onError);
}