1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 09:09:38 +02:00
This commit is contained in:
Raymond Hill 2018-01-08 07:33:38 -05:00
parent 99aec0e6d4
commit f53b3e3930
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -838,7 +838,7 @@ var reloadTab = function(ev) {
what: 'reloadTab',
tabId: popupData.tabId,
select: true,
bypassCache: ev.ctrlKey || ev.metaKey
bypassCache: ev.ctrlKey || ev.metaKey || ev.shiftKey
}
);