거래등록 오류시 팝업창 닫는 코드 추가

This commit is contained in:
chicpro
2013-05-10 15:24:34 +09:00
parent 1ed7adf60d
commit f3f7152763

View File

@ -89,6 +89,7 @@
else
{
alert("실패 되었습니다.[" + txt[3].replace(/^\s*/,'').replace(/\s*$/,'') + "]");
window.close();
}
}
}