Raymond Hill 6 years ago
parent e8772404c7
commit 2aeb7696c3
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

@ -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
});
}

Loading…
Cancel
Save