use ROOT_JS for jstree theme includes
This commit is contained in:
parent
5e1b9533ee
commit
69cac0dd84
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ jQuery("#related-content")
|
||||||
"theme": "default",
|
"theme": "default",
|
||||||
"dots": false,
|
"dots": false,
|
||||||
"icons": true,
|
"icons": true,
|
||||||
"url": '<?php echo ROOT ?>js/jstree-1.0-rc2/themes/default/style.css'
|
"url": '<?php echo ROOT_JS ?>themes/default/style.css'
|
||||||
},
|
},
|
||||||
"json_data" : {
|
"json_data" : {
|
||||||
"ajax" : {
|
"ajax" : {
|
||||||
|
|
|
@ -46,7 +46,7 @@ jQuery("#maintagsmenu")
|
||||||
"theme": "default",
|
"theme": "default",
|
||||||
"dots": false,
|
"dots": false,
|
||||||
"icons": true,
|
"icons": true,
|
||||||
"url": '<?php echo ROOT ?>js/jstree-1.0-rc2/themes/default/style.css'
|
"url": '<?php echo ROOT_JS ?>themes/default/style.css'
|
||||||
},
|
},
|
||||||
"json_data" : {
|
"json_data" : {
|
||||||
"ajax" : {
|
"ajax" : {
|
||||||
|
|
Loading…
Reference in a new issue