mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Correct error message reference
This commit is contained in:
parent
3cc68f761e
commit
c34f3cf4c7
@ -236,7 +236,7 @@ $(document).ready(function () {
|
|||||||
deviceType,
|
deviceType,
|
||||||
function (data, textStatus, jqXHR) {
|
function (data, textStatus, jqXHR) {
|
||||||
if (jqXHR.status == 200) {
|
if (jqXHR.status == 200) {
|
||||||
$(errorMsgIdentifier).addClass(" hidden");
|
$(errorMsgWrapper).addClass(" hidden");
|
||||||
$("#modalDevice").modal('show');
|
$("#modalDevice").modal('show');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user