Skip to content
Snippets Groups Projects
Commit e5466d77 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Listen for the change event so that autocomplete triggers a save of email address.

close #699.
parent 8140cb8d
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,7 @@ BrowserID.PageHelpers = (function() {
if ($("#password").length) $("#password").focus();
}
dom.bindEvent("#email", "change", onEmailChange);
dom.bindEvent("#email", "keyup", onEmailChange);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment