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); } }