ส่ง code แก้ไข OP Change Request 18 ข้อ
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user