.
This commit is contained in:
@@ -126,6 +126,9 @@
|
|||||||
toastr.info(data.status);
|
toastr.info(data.status);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.fail((e) => {
|
||||||
|
toastr.warning(`Error, ${e}`);
|
||||||
|
})
|
||||||
.always(function () {
|
.always(function () {
|
||||||
console.log('[Done]');
|
console.log('[Done]');
|
||||||
})
|
})
|
||||||
@@ -151,6 +154,9 @@
|
|||||||
toastr.info(data.status);
|
toastr.info(data.status);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.fail((e) => {
|
||||||
|
toastr.warning(`Error, ${e}`);
|
||||||
|
})
|
||||||
.always(function () {
|
.always(function () {
|
||||||
console.log('[Done]');
|
console.log('[Done]');
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user