1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 08:41:11 +13:00

code review

This commit is contained in:
gorhill 2015-03-22 11:12:39 -04:00
parent 415857c55b
commit 49f6504f58

View file

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