mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 15:14:07 +01:00
enable autocomplete for project settings
This commit is contained in:
parent
068c4bf60e
commit
8e0b1e4c2d
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