1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-20 20:23:37 +12:00
Raymond Hill 2018-01-08 07:34:09 -05:00
parent e8772404c7
commit 2aeb7696c3
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -1293,7 +1293,7 @@ function buttonReloadHandler(ev) {
vAPI.messaging.send('popup.js', {
what: 'forceReloadTab',
tabId: matrixSnapshot.tabId,
bypassCache: ev.shiftKey
bypassCache: ev.ctrlKey || ev.metaKey || ev.shiftKey
});
}