CloudFlare 환경과 적용에 대한 코드 수정 #349

This commit is contained in:
thisgun
2024-10-25 11:46:50 +09:00
parent 3ca77a38fb
commit ab204cfa59
4 changed files with 118 additions and 11 deletions

View File

@ -134,7 +134,7 @@ function no_comma(data)
function del(href)
{
if(confirm("한번 삭제한 자료는 복구할 방법이 없습니다.\n\n정말 삭제하시겠습니까?")) {
document.location.href = href;
window.location.href = href;
}
}