mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
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:
parent
44d09bb781
commit
922bcc2b3a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue