mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
Update autofill.js
Removed data-lpignore.
This commit is contained in:
parent
d303e61745
commit
1081f505d6
@ -555,7 +555,7 @@
|
||||
var els = [];
|
||||
try {
|
||||
var elsList = theDoc.querySelectorAll('input:not([type="hidden"]):not([type="submit"]):not([type="reset"])' +
|
||||
':not([type="button"]):not([type="image"]):not([type="file"]):not([data-lpignore="false"]):not(data-bwignore="true"), select');
|
||||
':not([type="button"]):not([type="image"]):not([type="file"]):not(data-bwignore="true"), select');
|
||||
els = Array.prototype.slice.call(elsList);
|
||||
} catch (e) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user