del 함수 캐릭터셋 체크 코드 삭제

This commit is contained in:
chicpro
2013-02-01 17:15:27 +09:00
parent ac04bffa1b
commit 9db841d822

View File

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