mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
3 lines
135 B
Text
3 lines
135 B
Text
|
|
if @saved
|
||
|
|
page[@recurring_todo].down('a.star_item').down('img').toggleClassName('starred_todo').toggleClassName('unstarred_todo')
|
||
|
|
end
|