Commit a240f57991731abba90299e3dcfe1a2e63bc827f

Authored by Leandro Nunes dos Santos
1 parent a5586b3b

adding complete reference for css to make the plugin works properly in production mode

plugins/display_content/views/box_organizer/_display_content_block.rhtml
... ... @@ -9,7 +9,7 @@ jQuery_1_8_3("#display_content").jstree({
9 9 real_checkboxes : true,
10 10 real_checkboxes_names : function (n) { return [("block[checked_nodes[" + n.attr('node_id') + "]]"), 1]; }
11 11 },
12   - themes : {"themes" : "classic", "icons" : true, "dots": false},
  12 + themes : {"theme" : "classic", "icons" : true, "url": "/plugins/display_content/javascripts/jstree/themes/classic/style.css"},
13 13 json_data : {
14 14 ajax : {
15 15 url : '<%= url_for @block.url_params %>',
... ...