diff --git a/javascript/LeftAndMain.Tree.js b/javascript/LeftAndMain.Tree.js index b70dd1e5..be7f5dd9 100755 --- a/javascript/LeftAndMain.Tree.js +++ b/javascript/LeftAndMain.Tree.js @@ -40,7 +40,8 @@ .jstree({ 'core': { 'initially_open': ['record-0'], - 'animation': 0 + 'animation': 0, + 'html_titles': true }, 'html_data': { // TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911