Project

General

Profile

« Previous | Next » 

Revision 19abc86f

Added by Shlomi Zadok over 9 years ago

Fixes #5468 - prevent Chrome from autofilling passwords

View differences:

app/assets/javascripts/application.js
});
multiSelectOnLoad();
// Removes the value from fake password field.
$("#fakepassword").val("");
$('form').on('click', 'input[type="submit"]', function() {
$("#fakepassword").remove();
});
}
function remove_fields(link) {

Also available in: Unified diff