tracks/app/views/todos/toggle_star.js.rjs

3 lines
125 B
Text
Raw Normal View History

if @saved
page[@todo].down('a.star_item').down('img').toggleClassName('starred_todo').toggleClassName('unstarred_todo')
end