From 0e28d47c2d4a2bb96ed18af3818550f180de9843 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 12 Mar 2013 13:50:08 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B0=80=EC=83=81=EC=BB=A4=EC=84=9C=20?= =?UTF-8?q?=EC=9D=B4=EB=8F=99=EC=9D=84=20=EC=9C=84=ED=95=9C=20=EC=8A=A4?= =?UTF-8?q?=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/wrest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/wrest.js b/js/wrest.js index c8a32fd1d..106685deb 100644 --- a/js/wrest.js +++ b/js/wrest.js @@ -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;