mirror of https://github.com/gorhill/uBlock.git
oops
This commit is contained in:
parent
51b756d5b7
commit
426aaa2803
|
@ -190,7 +190,7 @@ vAPI.tabs.injectScript = function(tabId, details, callback) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if ( tabId ) {
|
if ( tabId ) {
|
||||||
chrome.tabs.executeScript(tabId, details, onScriptExecuteds);
|
chrome.tabs.executeScript(tabId, details, onScriptExecuted);
|
||||||
} else {
|
} else {
|
||||||
chrome.tabs.executeScript(details, onScriptExecuted);
|
chrome.tabs.executeScript(details, onScriptExecuted);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue