mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
Adding selectFirst to depends on field too...
This commit is contained in:
parent
668ef4fb23
commit
9bc79bf80e
1 changed files with 2 additions and 1 deletions
|
|
@ -1096,7 +1096,8 @@ function enable_rich_interaction(){
|
|||
$(form).find('input[name=predecessor_input]').val('');
|
||||
$(form).find('input[name=predecessor_input]').focus();
|
||||
return false;
|
||||
}
|
||||
},
|
||||
selectFirst: true
|
||||
});
|
||||
|
||||
/* have to bind on keypress because of limitations of live() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue