1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

return results even when domain is not parsable

This commit is contained in:
Kyle Spearrin
2017-10-17 23:54:19 -04:00
parent dadecf2f4d
commit 95c0a5ace2
2 changed files with 6 additions and 8 deletions

View File

@@ -33,12 +33,6 @@ angular
}
domain = utilsService.getDomain(url);
if (!domain) {
$timeout(function () {
$scope.loaded = true;
});
return;
}
chrome.tabs.sendMessage(tabs[0].id, {
command: 'collectPageDetails',