mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-03 07:48:50 +01:00
Give focus to the project name when loading the project list
Fixes #1199
This commit is contained in:
parent
5f5a2045b5
commit
9e60f5720a
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