Switched callback to onTabs

This commit is contained in:
Official Noob
2019-08-08 16:50:33 +01:00
committed by GitHub
parent 2a64afe9dc
commit 074f7c5456

View File

@@ -224,7 +224,7 @@ function runThePopup() {
chrome.tabs.query({
active: true,
currentWindow: true
}, loadTabData);
}, onTabs);
function onTabs(tabs) {
chrome.storage.sync.get(['videoid'], function(result) {