enable autocomplete for project settings

This commit is contained in:
Reinier Balt 2011-03-09 11:58:29 +01:00
parent d6710aaf57
commit 968c49a108
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();
});
}