[EMM-1618] - related improvements on remaining occurences

revert-dabc3590
thusithakalugamage 8 years ago
parent 5db518e5a8
commit f3dec07a47

@ -91,7 +91,8 @@ function showPopup() {
* hide popup function. * hide popup function.
*/ */
function hidePopup() { function hidePopup() {
$(modalPopupContent).html(''); $(modalPopupContent).html("");
$(modalPopupContent).removeClass("operation-data");
$(modalPopup).modal('hide'); $(modalPopup).modal('hide');
$('body').removeClass('modal-open').css('padding-right','0px'); $('body').removeClass('modal-open').css('padding-right','0px');
$('.modal-backdrop').remove(); $('.modal-backdrop').remove();

Loading…
Cancel
Save