mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
fixed css path
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12010 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a5fd743ac9
commit
5d82343778
1 changed files with 1 additions and 1 deletions
|
|
@ -1177,7 +1177,7 @@ jQuery(function($){
|
|||
|
||||
//$.jstree._themes = "PATH/TO/FOLDER/";
|
||||
//$.jstree._themes = "/maserati/modules/menu/tpl/css/themes/";
|
||||
$.jstree._themes = '{getUrl("")}/modules/menu/tpl/css/themes/';
|
||||
$.jstree._themes = '{getNotEncodedFullUrl("")}/modules/menu/tpl/css/themes/';
|
||||
|
||||
$(document.body).on("click", ".x div.col a, .x div.col button", function(ev){
|
||||
// FF keeps the focus, making the button highlighted even after the panel is closed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue