mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
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:
commit
8167fcd063
1 changed files with 2 additions and 0 deletions
|
|
@ -807,6 +807,8 @@ var ProjectListPage = {
|
|||
update: update_order
|
||||
});
|
||||
});
|
||||
|
||||
$('#project_new #project_name').focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue