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.