This commit is contained in:
@@ -22,6 +22,7 @@ app.api = (function () {
|
||||
update,
|
||||
uploadFile,
|
||||
putAction,
|
||||
postAction,
|
||||
createLicense,
|
||||
getLicenseRequests,
|
||||
generateFromRequest,
|
||||
@@ -73,7 +74,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
@@ -96,7 +97,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
@@ -135,7 +136,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
@@ -156,7 +157,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
@@ -210,7 +211,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
@@ -237,7 +238,7 @@ app.api = (function () {
|
||||
error: function (jqXHR, textStatus, errorThrown) {
|
||||
callback({
|
||||
error: 1,
|
||||
msg: textStatus + "\n" + errorThrown,
|
||||
msg: textStatus + "\n" + jqXHR.responseText + "\n" + errorThrown,
|
||||
error_detail: {}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user