Browse Source

code review

pull/2/head
gorhill 10 years ago
parent
commit
49f6504f58
  1. 4
      platform/chromium/vapi-background.js

4
platform/chromium/vapi-background.js

@ -149,9 +149,7 @@ vAPI.tabs.registerListeners = function() {
onNavigationClient(details); onNavigationClient(details);
} }
popupCandidateCreate(details); popupCandidateCreate(details);
if ( popupCandidateTest(details) === true ) {
return;
}
popupCandidateTest(details);
}; };
var onBeforeNavigate = function(details) { var onBeforeNavigate = function(details) {

Loading…
Cancel
Save