mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-23 18:50:12 +01:00
Adding selectFirst to depends on field too...
This commit is contained in:
parent
3a07827801
commit
04f11c6b0c
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]').val('');
|
||||||
$(form).find('input[name=predecessor_input]').focus();
|
$(form).find('input[name=predecessor_input]').focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
},
|
||||||
|
selectFirst: true
|
||||||
});
|
});
|
||||||
|
|
||||||
/* have to bind on keypress because of limitations of live() */
|
/* have to bind on keypress because of limitations of live() */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue