Skip to content

Commit

Permalink
updated spinner code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcc committed Sep 22, 2009
1 parent 2281090 commit da339e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/admin/recommendations/selected.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<%= observe_field(:searchtext,
:frequency => 0.75,
:update => :search_hits,
:loading => "$('#searching').show();",
:complete => "$('#searching').hide();",
:loading => "Element.show('searching')",
:complete => "Element.hide('searching')",
:url => available_admin_product_recommendations_url(@product),
:with => "'q=' + value") %>
<br/>
Expand Down

0 comments on commit da339e7

Please sign in to comment.