1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

code review

This commit is contained in:
gorhill 2015-03-22 11:12:39 -04:00
parent e642423a55
commit d6f0e49356

View File

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