tracks/app/views/todos/toggle_star.js.erb
2011-02-03 18:18:39 +01:00

5 lines
233 B
Text

<% if @saved -%>
$('div#line_todo_<%= @todo.id %> a.star_item img').toggleClass('starred_todo').toggleClass('unstarred_todo');
<% else -%>
TracksPages.page_notify('error', "Could not toggle the star of this todo", 5);
<% end -%>