Commit a240f57991731abba90299e3dcfe1a2e63bc827f
1 parent
a5586b3b
Exists in
master
and in
29 other branches
adding complete reference for css to make the plugin works properly in production mode
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 %>', | ... | ... |