BUGFIX Allowing HTML titles in LeftAndMain.Tree.js (necessary for <span class="modified"> etc)

This commit is contained in:
Ingo Schommer 2011-03-16 18:15:43 +13:00
parent 5b104b7b8f
commit 3b01a9af67

View File

@ -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