mirror of
https://github.com/bitwarden/browser
synced 2024-12-27 10:23:48 +01:00
Update autofill.js
Removed `="true"`
This commit is contained in:
parent
1081f505d6
commit
cf59d24c51
@ -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-bwignore="true"), select');
|
||||
':not([type="button"]):not([type="image"]):not([type="file"]):not([data-bwignore]), select');
|
||||
els = Array.prototype.slice.call(elsList);
|
||||
} catch (e) { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user