mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Hardcoding jstree CSS url to avoid loading non-existant CSS files via ajax (through jstree library)
This commit is contained in:
parent
8183cc7117
commit
f2f6ecc880
@ -79,7 +79,8 @@
|
|||||||
"drag_target" : false
|
"drag_target" : false
|
||||||
},
|
},
|
||||||
'themes': {
|
'themes': {
|
||||||
'theme': 'apple'
|
'theme': 'apple',
|
||||||
|
'url': 'sapphire/thirdparty/jstree/themes/apple/style.css'
|
||||||
},
|
},
|
||||||
// 'plugins': ['html_data', 'ui', 'dnd', 'crrm', 'themeroller']
|
// 'plugins': ['html_data', 'ui', 'dnd', 'crrm', 'themeroller']
|
||||||
'plugins': [
|
'plugins': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user