From 5d823437788e9097deba7b25ceec2831d3f70497 Mon Sep 17 00:00:00 2001 From: flyskyko Date: Wed, 31 Oct 2012 09:14:51 +0000 Subject: [PATCH] fixed css path git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12010 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/menu/tpl/sitemap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index 5d6bc1e2d..1e0b137c3 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -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.