tracks/app/views/todos/_update_has_errors.js.erb

6 lines
216 B
Text
Raw Permalink Normal View History

animate: function() {
TracksPages.show_edit_errors(<%=object_name%>.html_for_error_messages());
},
html_for_error_messages: function() {
return "<%= escape_javascript(get_list_of_error_messages_for(@todo)) %>";
}