From 473283067e553934bc79e61c51e18deb2c6cf7b4 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 19 Dec 2011 12:44:40 +0000 Subject: Fix compose editor toggling and other style improvements git-svn-id: https://svn.roundcube.net/trunk@5632 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 1c24add46..0cc2a1f53 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3092,7 +3092,7 @@ function rcube_webmail() if (!vis) this.stop_spellchecking(); - $(this.env.spellcheck.spell_container).css('visibility', vis ? 'visible' : 'hidden'); + $(this.env.spellcheck.spell_container)[vis ? 'show' : 'hide'](); } }; -- cgit v1.2.3