mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX Allowing HTML titles in LeftAndMain.Tree.js (necessary for <span class="modified"> etc)
This commit is contained in:
parent
5b104b7b8f
commit
3b01a9af67
@ -40,7 +40,8 @@
|
|||||||
.jstree({
|
.jstree({
|
||||||
'core': {
|
'core': {
|
||||||
'initially_open': ['record-0'],
|
'initially_open': ['record-0'],
|
||||||
'animation': 0
|
'animation': 0,
|
||||||
|
'html_titles': true
|
||||||
},
|
},
|
||||||
'html_data': {
|
'html_data': {
|
||||||
// TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911
|
// TODO Hack to avoid ajax load on init, see http://code.google.com/p/jstree/issues/detail?id=911
|
||||||
|
Loading…
Reference in New Issue
Block a user