Commit 0708b23e39651433084577f73213aa1a55310dc4
1 parent
122dd00b
Exists in
master
and in
29 other branches
display_content: fix javascript needed for tabs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/display_content/views/box_organizer/_display_content_block.rhtml
1 | <div id="display_content_plugin"> | 1 | <div id="display_content_plugin"> |
2 | 2 | ||
3 | -<%= noosfero_javascript %> | 3 | +<%= javascript_tag 'render_all_jquery_ui_widgets()' %> |
4 | 4 | ||
5 | <h3> <%= _('Choose which attributes should be displayed and drag to reorder them:') %> </h3> | 5 | <h3> <%= _('Choose which attributes should be displayed and drag to reorder them:') %> </h3> |
6 | 6 |