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/host_edit.js
}
$(document).on('submit',"[data-submit='progress_bar']", function() {
// onContentLoad function clears any un-wanted parameters from being sent to the server by
// binding 'click' function before this submit. see '$('form').on('click', 'input[type="submit"]', function()'
submit_host();
return false;
});

Also available in: Unified diff