enable autocomplete for project settings

This commit is contained in:
Reinier Balt 2011-03-09 11:58:29 +01:00
parent 068c4bf60e
commit 8e0b1e4c2d
5 changed files with 150 additions and 126 deletions

View file

@ -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();
});
}