Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc-browser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'keepassxc-browser/keepassxc-browser.js')
-rw-r--r--keepassxc-browser/keepassxc-browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/keepassxc-browser/keepassxc-browser.js b/keepassxc-browser/keepassxc-browser.js
index 5d57b75..52a5338 100644
--- a/keepassxc-browser/keepassxc-browser.js
+++ b/keepassxc-browser/keepassxc-browser.js
@@ -316,7 +316,7 @@ cipPassword.createDialog = function() {
};
cipPassword.createIcon = function(field) {
- const $className = (isFirefox ? 'key-moz' : 'key');
+ const $className = (isFirefox() ? 'key-moz' : 'key');
const $size = (field.outerHeight() > 28) ? 24 : 16;
let $offset = Math.floor((field.outerHeight() - $size) / 3);
$offset = ($offset < 0) ? 0 : $offset;