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:
authorJanek Bevendorff <janek@jbev.net>2018-06-12 22:16:53 +0300
committerGitHub <noreply@github.com>2018-06-12 22:16:53 +0300
commitb24e69ba1faa78f57db2baab7d0b6d54e99700ce (patch)
tree8e7da3534caeda8534a9ab4e597203a8cd9759b8
parentf9abcb888e2b357ced23655224183efa59a7b327 (diff)
parent296a996e0094bc41fa3682ab17cd33775ae52947 (diff)
Merge pull request #198 from keepassxreboot/getinputs_fix
Fix getInputs()
-rwxr-xr-xkeepassxc-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 e521925..0fdfb45 100755
--- a/keepassxc-browser/keepassxc-browser.js
+++ b/keepassxc-browser/keepassxc-browser.js
@@ -1205,7 +1205,7 @@ cipObserverHelper.inputTypes = [
'password',
'tel',
'number',
- ''
+ null // Input field can be without any type. Include these to the list.
];
cipObserverHelper.getInputs = function(target) {