mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Issue 2398: home icon's class name is changed to match the change made in the css
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
715338ba2a
commit
80f4ac9bc0
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ function createTreeMarkup(aNode){
|
|||
sText = sText + " ${h}";
|
||||
}
|
||||
|
||||
sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "<i class='icon-share-alt'></i>").replace("${h}", "<i class='_home_icon icon-home'></i>");
|
||||
sResult += $.tmpl( "menuTreeNode", {MenuTitle:sText,MenuId:sNodeSrl,SubTree:sSubTree} ).get()[0].outerHTML.replace("${s}", "<i class='icon-share-alt'></i>").replace("${h}", "<i class='x_icon-home'></i>");
|
||||
}
|
||||
|
||||
return $.tmpl( "menuTree", {Nodes:sResult} ).get()[0].outerHTML;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue