Merge pull request #198 from keepassxreboot/getinputs_fix

Fix getInputs()
This commit is contained in:
Janek Bevendorff 2018-06-12 21:16:53 +02:00 committed by GitHub
commit b24e69ba1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1205,7 +1205,7 @@ cipObserverHelper.inputTypes = [
'password', 'password',
'tel', 'tel',
'number', 'number',
'' null // Input field can be without any type. Include these to the list.
]; ];
cipObserverHelper.getInputs = function(target) { cipObserverHelper.getInputs = function(target) {