Skip to content

Commit

Permalink
FIXME need to convert these two calls to jquery.ui.draggable widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lecavelier committed Oct 16, 2013
1 parent 449ed62 commit fadf85a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/sidebar/_available.html.erb
Expand Up @@ -4,4 +4,4 @@
<p><%= _(available.description) %></p>
</div>
</div>
<%= draggable_element "available_#{available.short_name}" %>
<%#= draggable_element "available_#{available.short_name}" %>
2 changes: 1 addition & 1 deletion app/views/admin/sidebar/index.html.erb
Expand Up @@ -35,7 +35,7 @@
<% else %>
<%= render :partial => 'active', :collection => @active %>
<% end %>
<%= sortable_element "active", :url => {:action => 'set_active'},
<%#= sortable_element "active", :url => {:action => 'set_active'},
:tag => 'div',
:handle => 'handle', :containment => ['active','available_box'],
:loading => "new Element.show('update_spinner')" %>
Expand Down

0 comments on commit fadf85a

Please sign in to comment.