removed a log message which caused the rest of the script not to work in ff3. Fixes #672

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@743 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-03-16 21:39:23 +00:00
parent 44d09bb781
commit 922bcc2b3a

View file

@ -73,7 +73,6 @@ if @saved
page.replace_html "badge_count", @down_count
elsif @context_changed
page[@todo].remove
page.call "console.log", "'@remaining_in_context = #{@remaining_in_context}'"
page.visual_effect(:fade, "c#{@original_item_context_id}", :duration => 0.4) if (@remaining_in_context == 0)
page.call "todoItems.ensureVisibleWithEffectAppear", "c#{@todo.context_id}"
page.call "todoItems.expandNextActionListingByContext", "c#{@todo.context_id}items", true