From 49f6504f58e5d5b1c9c53bdb91c09ac8770143d2 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 22 Mar 2015 11:12:39 -0400 Subject: [PATCH] code review --- platform/chromium/vapi-background.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/platform/chromium/vapi-background.js b/platform/chromium/vapi-background.js index e5ff194..3f140f0 100644 --- a/platform/chromium/vapi-background.js +++ b/platform/chromium/vapi-background.js @@ -149,9 +149,7 @@ vAPI.tabs.registerListeners = function() { onNavigationClient(details); } popupCandidateCreate(details); - if ( popupCandidateTest(details) === true ) { - return; - } + popupCandidateTest(details); }; var onBeforeNavigate = function(details) {