Raymond Hill
7 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
1 additions and
1 deletions
-
src/js/popup.js
|
|
@ -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 |
|
|
|
}); |
|
|
|
} |
|
|
|
|
|
|
|