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(); } });