Merge pull request #39 from mattr-/ticket-1199

Give focus to the project name box when loading the project list
This commit is contained in:
Reinier Balt 2011-10-15 04:41:10 -07:00
commit 8167fcd063

View file

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