@ -525,9 +525,10 @@ function showPopup() {
* hide popup function.
*/
function hidePopup() {
$(modalPopupContent).html('');
$(modalPopupContent).html("");
$(modalPopupContent).removeClass("operation-data");
$(modalPopup).modal('hide');
$('body').removeClass('modal-open').css('padding-right', '0px');
$('body').removeClass('modal-open').css('padding-right','0px');
$('.modal-backdrop').remove();
}
@ -275,7 +275,8 @@ function showPopup() {
@ -91,9 +91,10 @@ function showPopup() {
@ -72,7 +72,7 @@ function showPopup() {
@ -73,9 +73,10 @@ function showPopup() {
@ -39,7 +39,8 @@ var apiBasePath = "/api/device-mgt/v1.0";