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