del 함수 캐릭터셋 체크 코드 삭제
This commit is contained in:
@ -124,10 +124,7 @@ function no_comma(data)
|
|||||||
function del(href)
|
function del(href)
|
||||||
{
|
{
|
||||||
if(confirm("한번 삭제한 자료는 복구할 방법이 없습니다.\n\n정말 삭제하시겠습니까?")) {
|
if(confirm("한번 삭제한 자료는 복구할 방법이 없습니다.\n\n정말 삭제하시겠습니까?")) {
|
||||||
if (g4_charset.toUpperCase() == 'EUC-KR')
|
document.location.href = encodeURI(href);
|
||||||
document.location.href = href;
|
|
||||||
else
|
|
||||||
document.location.href = encodeURI(href);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user