Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit d6f0e49

Browse files
committed
code review
1 parent e642423 commit d6f0e49

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform/chromium/vapi-background.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,7 @@ vAPI.tabs.registerListeners = function() {
149149
onNavigationClient(details);
150150
}
151151
popupCandidateCreate(details);
152-
if ( popupCandidateTest(details) === true ) {
153-
return;
154-
}
152+
popupCandidateTest(details);
155153
};
156154

157155
var onBeforeNavigate = function(details) {

0 commit comments

Comments
 (0)