diff --git a/meta/crx/vapi-background.js b/meta/crx/vapi-background.js index 68aa7f0de..875930c31 100644 --- a/meta/crx/vapi-background.js +++ b/meta/crx/vapi-background.js @@ -190,7 +190,7 @@ vAPI.tabs.injectScript = function(tabId, details, callback) { } }; if ( tabId ) { - chrome.tabs.executeScript(tabId, details, onScriptExecuteds); + chrome.tabs.executeScript(tabId, details, onScriptExecuted); } else { chrome.tabs.executeScript(details, onScriptExecuted); }