mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 03:30:13 +01:00
Default context autocomplete
This commit is contained in:
parent
c5bb41db82
commit
9cfcd4161a
3 changed files with 3 additions and 2 deletions
|
|
@ -263,6 +263,7 @@ function enable_rich_interaction(){
|
|||
$('input.Date').datepicker();
|
||||
/* Autocomplete */
|
||||
$('input[name=context_name]').autocomplete(contextNames);
|
||||
$('input[name=project[default_context_name]]').autocomplete(contextNames);
|
||||
$('input[name=project_name]').autocomplete(projectNames);
|
||||
|
||||
/* have to bind on keypress because of limitataions of live() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue