mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge branch 'develop'
This commit is contained in:
commit
bc369ef7da
1 changed files with 6 additions and 0 deletions
6
keepassxc-browser/global.js
Normal file
6
keepassxc-browser/global.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
var isFirefox = false;
|
||||
if (typeof browser !== 'undefined') {
|
||||
isFirefox = true;
|
||||
}
|
||||
|
||||
window.browser = (function () { return window.msBrowser || window.browser || window.chrome; })();
|
||||
Loading…
Reference in a new issue