Merge remote-tracking branch 'upstream/master'

revert-dabc3590
Megala 8 years ago
commit 9aa84e7b55

@ -91,9 +91,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();
}

@ -70,7 +70,7 @@ var InitiateViewOption = null;
if(arrowPosition >= parentHeight){
parentHeight = arrowPosition + 50;
$(arrow).siblings(".panel.active").height(parentHeight);
$(arrow).siblings(".panel.active").css("min-height",parentHeight);
}else{
$(arrow).parent().removeAttr("style");
}

Loading…
Cancel
Save