From 3b01a9af677178fe971adeccfa3782e8b042055c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 16 Mar 2011 18:15:43 +1300 Subject: [PATCH] BUGFIX Allowing HTML titles in LeftAndMain.Tree.js (necessary for etc) --- javascript/LeftAndMain.Tree.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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