diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-01 11:48:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-01 11:48:29 +0200 |
commit | 89d6ce68463b92641946551b07ec49b023d56d90 (patch) | |
tree | 07aeda01ba9573d8fc1900578b2db24040f7bdaa /skins/larry | |
parent | 4a1cd8543a089b505495068fbbe53bda4dc3c09c (diff) |
Update to TinyMCE 4.x
Diffstat (limited to 'skins/larry')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index a173ffd1d..c85c37257 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -528,7 +528,7 @@ function rcube_mail_ui() body.width(w).height(h); $('#composebodycontainer > div').width(w+8).css('margin-top', '1px'); - $('#composebody_ifr').height(h + 4 - $('.mce-toolbar-grp').height()); + $('#composebody_ifr').height(h + 4 - $('div.mce-toolbar').height()); $('#googie_edit_layer').height(h - 8); // $('#composebodycontainer')[(btns ? 'addClass' : 'removeClass')]('buttons'); // $('#composeformbuttons')[(btns ? 'show' : 'hide')](); |