1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Code improvements

This commit is contained in:
nobody
2021-08-02 06:27:02 +02:00
parent 945063ef4e
commit 7678a54b1b
5 changed files with 9 additions and 14 deletions

View File

@ -204,7 +204,7 @@ helpers.determineActiveTab = function () {
} else {
opt = {'active': true};
chrome.tabs.query(opt, function (tabs) {
chrome.tabs.query(opt, function () {
resolve(tabs[0]);
});
}