2007-03-30 04:36:52 +00:00
|
|
|
if @saved
|
|
|
|
|
page[@todo].remove
|
|
|
|
|
page['badge_count'].replace_html @down_count
|
2007-11-05 05:42:43 +00:00
|
|
|
page.visual_effect :fade, item_container_id, :duration => 0.4 if source_view_is_one_of(:todo, :deferred) && @remaining_in_context == 0
|
2007-03-30 04:36:52 +00:00
|
|
|
page[empty_container_msg_div_id].show if !empty_container_msg_div_id.nil? && @down_count == 0
|
2007-11-05 05:42:43 +00:00
|
|
|
page['tickler-empty-nd'].show if source_view_is(:deferred) && @down_count == 0
|
2007-03-30 04:36:52 +00:00
|
|
|
else
|
|
|
|
|
page.notify :error, "There was an error deleting the item #{@todo.description}", 8.0
|
|
|
|
|
end
|