From 18863495ae95937276919f83db54f439ede8bd18 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 19 Dec 2011 12:44:40 +0000 Subject: Fix compose editor toggling and other style improvements --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/js/app.js b/program/js/app.js index 1c24add46..0cc2a1f53 100644 --- a/program/js/app.js +++ b/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