Stop health check from spinning its wheels
This commit is contained in:
parent
4b92d5e709
commit
4c80d9255f
|
@ -73,7 +73,7 @@ chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) {
|
|||
break;
|
||||
case "healthCheck":
|
||||
getDatabase(function() { sendResponse(true); }, function() { sendResponse(false); });
|
||||
break;
|
||||
return true;
|
||||
case "openURL":
|
||||
openURL(request);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user