Skip to content

Commit

Permalink
comment fix with issue number (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 27, 2017
1 parent de2ac0a commit 142ed51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ vAPI.tabs.onPopupUpdated = (function() {
// scheme can be unilaterally changed by the browser.
// https://github.com/gorhill/uBlock/issues/1378
// Maybe no link element was clicked.
// https://github.com/gorhill/uBlock/issues/3287
// Do not bail out if the target URL has no hostname.
var areDifferentURLs = function(a, b) {
if ( b === '' ) { return true; }
if ( b.startsWith('about:') ) { return false; }
Expand Down

0 comments on commit 142ed51

Please sign in to comment.