mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Menu drag&drop related bug fixed
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11953 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3657828447
commit
e2bb697112
1 changed files with 1 additions and 3 deletions
|
|
@ -861,8 +861,6 @@ function createTreeMarkup(aNode, sParentSrl, sMenuTree, sMenuTreeNode){
|
||||||
var sResult = "";
|
var sResult = "";
|
||||||
for(var i=0, nLen=aNode.length; i<nLen; i++){
|
for(var i=0, nLen=aNode.length; i<nLen; i++){
|
||||||
aNode[i].sParentSrl = sParentSrl;
|
aNode[i].sParentSrl = sParentSrl;
|
||||||
|
|
||||||
console.log(333, aNode[i].menuSrl||aNode[i].node_srl, sParentSrl);
|
|
||||||
|
|
||||||
// Only sitemap node has menuSrl
|
// Only sitemap node has menuSrl
|
||||||
if(aNode[i].menuSrl){
|
if(aNode[i].menuSrl){
|
||||||
|
|
@ -908,7 +906,7 @@ console.log(333, aNode[i].menuSrl||aNode[i].node_srl, sParentSrl);
|
||||||
sLink = aNode[i].link;
|
sLink = aNode[i].link;
|
||||||
sURL = aNode[i].url;
|
sURL = aNode[i].url;
|
||||||
sNodeSrl = aNode[i].node_srl;
|
sNodeSrl = aNode[i].node_srl;
|
||||||
sParentSrl = aNode[i].parent_srl;
|
//sParentSrl = aNode[i].parent_srl;
|
||||||
|
|
||||||
sExpand = aNode[i].expand;
|
sExpand = aNode[i].expand;
|
||||||
sOpenWindow = aNode[i].open_window;
|
sOpenWindow = aNode[i].open_window;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue