Skip to content
Snippets Groups Projects
Commit 7403d3b1 authored by Prasad's avatar Prasad
Browse files

Fixes #993 ::Uma:: Reply window composer size has been fixed

parents 6b2fe6d1 c8756448
No related branches found
No related tags found
No related merge requests found
......@@ -912,10 +912,6 @@ jQuery.Class("Emails_MassEdit_Js",{},{
jQuery('#emailTemplateWarning').addClass('hide');
}
});
var params = {
setHeight:(jQuery(window).height() - container.find('.modal-header').height() - container.find('.modal-footer').height() - 100)+'px'
};
app.helper.showVerticalScroll(container.find('.modal-body'), params);
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment