From d827baa2388fb7f03b8a32265cd05b9256e91fce Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Fri, 31 Jan 2014 23:08:02 +0400 Subject: [PATCH] merged with master --- index.html | 2 +- js/directives.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 873740de..0952d469 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@ - + diff --git a/js/directives.js b/js/directives.js index ca4a6e05..6b875e09 100644 --- a/js/directives.js +++ b/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(); } });