CC-1929: login page: username should get focus on loading

- done
This commit is contained in:
James 2011-09-13 15:29:01 -04:00
parent a84a28d556
commit ebf5c75af3
2 changed files with 17 additions and 11 deletions

View file

@ -0,0 +1,3 @@
$(document).ready(function(){
$("#username").focus()
})