diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-19 12:44:40 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-12-19 12:44:40 +0000 |
| commit | 473283067e553934bc79e61c51e18deb2c6cf7b4 (patch) | |
| tree | be11faf26e5bc9a879144e0653a33ff180325535 /roundcubemail/program/js/app.js | |
| parent | bade99b44a119a318aaf4a1e92bacd3681eda8f8 (diff) | |
Fix compose editor toggling and other style improvements
git-svn-id: https://svn.roundcube.net/trunk@5632 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js/app.js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'](); } }; |
