mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Code improvements
This commit is contained in:
@ -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]);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user