mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
enable autocomplete for project settings
This commit is contained in:
parent
d6710aaf57
commit
968c49a108
5 changed files with 150 additions and 126 deletions
|
|
@ -4,6 +4,7 @@ function replace_project_with_edit_form() {
|
|||
$('div#<%=dom_id(@project)%>').fadeOut(250, function() {
|
||||
show_edit_form();
|
||||
set_focus();
|
||||
enable_rich_interaction();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue