v1.18.x
barisusakli 11 years ago
parent 8c9feb85a4
commit 105acc0197

@ -64,7 +64,6 @@ define('composer/resize', function() {
function toggleHeight(e) {
var triggerIconEl = $('.resizer i');
if (e.clientY - resizeDown === 0){
var newHeight;
var max = $(window).height() - $('#header-menu').height() - 20;
if (max !== postContainer.height()){
postContainer.css('height', max);

Loading…
Cancel
Save