mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
fix #832 사이트맵 페이지의 CSS 경로 문제 고침
This commit is contained in:
parent
eb85783ad0
commit
a96c8e703f
1 changed files with 1 additions and 3 deletions
|
|
@ -1321,9 +1321,7 @@ jQuery(function($){
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
//$.jstree._themes = "PATH/TO/FOLDER/";
|
$.jstree._themes = '{getNotEncodedFullUrl("")}modules/menu/tpl/css/themes/';
|
||||||
//$.jstree._themes = "/maserati/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){
|
$(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.
|
// 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