From 593b9e7126201b730dab78ca61bdfbc8a5124be4 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 31 Jan 2014 23:07:53 +0400 Subject: [PATCH] Hotfix for resizer --- app/index.html | 2 +- app/js/directives.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 873740de..0952d469 100644 --- a/app/index.html +++ b/app/index.html @@ -55,7 +55,7 @@ - + diff --git a/app/js/directives.js b/app/js/directives.js index ca4a6e05..6b875e09 100644 --- a/app/js/directives.js +++ b/app/js/directives.js @@ -206,6 +206,7 @@ angular.module('myApp.directives', ['myApp.filters']) } else { $(sendFormWrap1).css({height: 'auto'}); $(sendPanelWrap).removeClass('im_panel_fixed_bottom'); + updateSizes(); } });