From 9db841d822f3abe36f777b9166f2f059de4b953a Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 17:15:27 +0900 Subject: [PATCH] =?UTF-8?q?del=20=ED=95=A8=EC=88=98=20=EC=BA=90=EB=A6=AD?= =?UTF-8?q?=ED=84=B0=EC=85=8B=20=EC=B2=B4=ED=81=AC=20=EC=BD=94=EB=93=9C=20?= =?UTF-8?q?=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/js/common.js b/js/common.js index 091b1eb60..238e29a1f 100644 --- a/js/common.js +++ b/js/common.js @@ -124,10 +124,7 @@ function no_comma(data) function del(href) { if(confirm("한번 삭제한 자료는 복구할 방법이 없습니다.\n\n정말 삭제하시겠습니까?")) { - if (g4_charset.toUpperCase() == 'EUC-KR') - document.location.href = href; - else - document.location.href = encodeURI(href); + document.location.href = encodeURI(href); } }