get project features to pass

This commit is contained in:
Reinier Balt 2012-05-12 14:48:56 +02:00
parent d432d91cc8
commit 901a5ff0d2
6 changed files with 12 additions and 12 deletions

View file

@ -17,7 +17,7 @@ function clear_form() {
}
function html_for_error_messages() {
return "<%= escape_javascript(error_messages_for('project')) %>";
return "<%= escape_javascript(get_list_of_error_messages_for(@note)) %>";
}
function html_for_note_summary() {