Raymond Hill 7 years ago
parent
commit
2aeb7696c3
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 2
      src/js/popup.js

2
src/js/popup.js

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

Loading…
Cancel
Save