Commit ed6ace46 by Nilu

C002 - **UX** - Email address field - Add focus…

C002 - **UX** - Email address field - Add focus [Asana](https://app.asana.com/0/473766342830208/474906706221818)
parent 0fb260eb
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
$('input[type="text"]').keyup(function() { $('input[type="text"]').keyup(function() {
$(this).change(); $(this).change();
}); });
$('input[name$=Email]').focus();
}); });
function validate() { function validate() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment