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",
|
||||
"dots": false,
|
||||
"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" : {
|
||||
"ajax" : {
|
||||
|
|
|
@ -46,7 +46,7 @@ jQuery("#maintagsmenu")
|
|||
"theme": "default",
|
||||
"dots": false,
|
||||
"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" : {
|
||||
"ajax" : {
|
||||
|
|
Loading…
Reference in a new issue