ส่ง code แก้ไข OP Change Request 18 ข้อ

This commit is contained in:
Nakorn Rientrakrunchai
2020-05-24 00:33:22 +07:00
parent 017a29c136
commit eea05beb69
81 changed files with 1047 additions and 312 deletions

View File

@@ -263,9 +263,9 @@ function AlertSuccess(msg) {
}
function AlertDanger(xhr, status, error) {
var errorMessage = xhr.status + ': ' + xhr.statusText +': '+xhr.responseText;
var errorMessage = xhr.responseText;
endLoad();
alert('มีข้อผิดพลาดเกิดขึ้น ดังนี้ : ' + errorMessage);
alert(errorMessage);
}
function GetUnix(path) {