updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / firefox-autocomplete / firefox-nsLoginManager.patch
blob9f847bb0eb2d16a9dcd2f2092031d92bd48da19e
1 --- a/toolkit/components/passwordmgr/nsLoginManager.js 2011-06-15 23:57:54.000000000 +0200
2 +++ b/components/passwordmgr/nsLoginManager.js 2011-07-03 12:30:12.521179505 +0200
3 @@ -796,10 +796,6 @@
4 * specified form input.
5 */
6 _isAutocompleteDisabled : function (element) {
7 - if (element && element.hasAttribute("autocomplete") &&
8 - element.getAttribute("autocomplete").toLowerCase() == "off")
9 - return true;
11 return false;