mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
6 lines
No EOL
216 B
Text
6 lines
No EOL
216 B
Text
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)) %>";
|
|
} |