Skip to content

Commit

Permalink
[webui] Fix description collapsing after moving to description_wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Apr 10, 2012
1 parent 642ccb0 commit 5c47272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/request/show.html.erb
Expand Up @@ -3,7 +3,7 @@
<% @crumb_list = [link_to('Requests', :controller => :home, :action => :requests), @id] %>
<% content_for :ready_function do %>
$('#expandable_comment').expander({slicePoint: 320, expandText: '[+]', expandPrefix: ' ', userCollapseText: '[-]',});
$('#description').expander({slicePoint: 300, expandText: '[+]', expandPrefix: ' ', userCollapseText: '[-]',});
<% end %>

<div id="request_navigation_box" style="position: absolute; right: 0.3em;">
Expand Down

0 comments on commit 5c47272

Please sign in to comment.