mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1306 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
70fc113646
commit
0fb886a357
1 changed files with 0 additions and 10 deletions
|
|
@ -249,16 +249,6 @@ function blogSelectNode(node_srl) {
|
|||
var node = blog_node_info_list[node_srl];
|
||||
if(!node) return;
|
||||
|
||||
var hasChild = false;
|
||||
if(node.hasChildNodes()) hasChild = true;
|
||||
|
||||
// url이 없고 child가 있으면 해당 폴더 토글한다
|
||||
if(!url && hasChild) {
|
||||
var zone_id = "menu_blog_category_"+node_srl;
|
||||
blogToggleFolder(zone_id);
|
||||
return;
|
||||
}
|
||||
|
||||
var url = location.href.setQuery('category',node_srl);
|
||||
location.href = url;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue