diff --git a/desktopsharing.js b/desktopsharing.js index 8513656fb..fb28a1612 100644 --- a/desktopsharing.js +++ b/desktopsharing.js @@ -207,6 +207,7 @@ function checkExtInstalled(isInstalledCallback) { if(!chrome.runtime) { // No API, so no extension for sure isInstalledCallback(false); + return; } chrome.runtime.sendMessage( config.chromeExtensionId,