Give focus to the project name when loading the project list

Fixes #1199
This commit is contained in:
Matt Rogers 2011-10-10 21:49:09 -05:00
parent 5f5a2045b5
commit 9e60f5720a

View file

@ -807,6 +807,8 @@ var ProjectListPage = {
update: update_order
});
});
$('#project_new #project_name').focus();
}
}