mirror of https://github.com/gorhill/uBlock.git
this addresses #433
This commit is contained in:
parent
6a912531dc
commit
0487c23763
|
@ -534,7 +534,7 @@ var gotoURL = function(ev) {
|
|||
url: this.getAttribute('href'),
|
||||
select: true,
|
||||
index: -1,
|
||||
popup: rel === 'popup'
|
||||
popup: rel === 'popup' && ev.shiftKey
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue