변수 중복 선언 제거

This commit is contained in:
chicpro
2013-03-12 11:43:17 +09:00
parent c593aad8ea
commit 4961827f27

View File

@ -330,9 +330,9 @@ function wrestSubmit()
if(msg_el != null) { if(msg_el != null) {
msg_el.innerText = wrestMsg; msg_el.innerText = wrestMsg;
var new_href = curr_href+"#"+id+"_msg"; new_href = curr_href+"#"+id+"_msg";
} else { } else {
var new_href = curr_href+"#"+id; new_href = curr_href+"#"+id;
} }
document.location.href = new_href; document.location.href = new_href;