fix #832 사이트맵 페이지의 CSS 경로 문제 고침

This commit is contained in:
bnu 2014-10-05 16:42:29 +09:00
parent eb85783ad0
commit a96c8e703f

View file

@ -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.