가상커서 이동을 위한 스크립트 수정

This commit is contained in:
chicpro
2013-03-12 13:50:08 +09:00
parent d282e3639a
commit 0e28d47c2d

View File

@ -332,7 +332,7 @@ function wrestSubmit()
msg_el.innerHTML = wrestMsg;
wrestFld.parentNode.insertBefore(msg_el, wrestFld);
var new_href = document.location.href.replace(/#.+$/, "")+"#msg_"+id;
var new_href = document.location.href.replace(/#msg.+$/, "")+"#msg_"+id;
document.location.href = new_href;