1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 08:15:03 +12: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);
}
popupCandidateCreate(details);
if ( popupCandidateTest(details) === true ) {
return;
}
popupCandidateTest(details);
};
var onBeforeNavigate = function(details) {