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

this addresses #433

This commit is contained in:
gorhill 2015-07-03 05:57:05 -04:00
parent 6a912531dc
commit 0487c23763

View File

@ -534,7 +534,7 @@ var gotoURL = function(ev) {
url: this.getAttribute('href'),
select: true,
index: -1,
popup: rel === 'popup'
popup: rel === 'popup' && ev.shiftKey
}
});