mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1155 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6d512d606e
commit
330a6730d5
1 changed files with 5 additions and 3 deletions
|
|
@ -312,9 +312,11 @@ function selectNode(menu_id, node_srl, zone_id, move_url) {
|
|||
// 이전에 선택된 노드가 있었다면 원래데로 돌림
|
||||
if(prev_selected_node) {
|
||||
var prev_zone = xGetElementById(prev_selected_node.id);
|
||||
prev_zone.style.backgroundColor = "#ffffff";
|
||||
prev_zone.style.fontWeight = "normal";
|
||||
prev_zone.style.color = "#000000";
|
||||
if(prev_zone) {
|
||||
prev_zone.style.backgroundColor = "#ffffff";
|
||||
prev_zone.style.fontWeight = "normal";
|
||||
prev_zone.style.color = "#000000";
|
||||
}
|
||||
}
|
||||
|
||||
// 선택된 노드의 글자를 변경
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue