From 0708b23e39651433084577f73213aa1a55310dc4 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 20 May 2014 11:10:40 -0300 Subject: [PATCH] display_content: fix javascript needed for tabs --- plugins/display_content/views/box_organizer/_display_content_block.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/display_content/views/box_organizer/_display_content_block.rhtml b/plugins/display_content/views/box_organizer/_display_content_block.rhtml index 4d10b9c..44ffd69 100644 --- a/plugins/display_content/views/box_organizer/_display_content_block.rhtml +++ b/plugins/display_content/views/box_organizer/_display_content_block.rhtml @@ -1,6 +1,6 @@
-<%= noosfero_javascript %> +<%= javascript_tag 'render_all_jquery_ui_widgets()' %>

<%= _('Choose which attributes should be displayed and drag to reorder them:') %>

-- libgit2 0.21.2