Commit 06294a67 by David Ormsbee

Merge pull request #640 from MITx/feature/kfiedler/autofocus

Added outofocus for sign in and log in forms
parents 1ea7bf61 80e4148f
......@@ -29,3 +29,11 @@ $ ->
window.postJSON = (url, data, callback) ->
$.postWithPrefix url, data, callback
$('#login').click ->
$('#login_form input[name="email"]').focus()
false
$('#signup').click ->
$('#signup-modal input[name="email"]').focus()
false
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