diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 11:06:39 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-27 11:06:39 +0000 |
| commit | 17951e71fb44d028d1eb58097f14ed4342f619c4 (patch) | |
| tree | a58915ea2a1f3b74ee0c8fea122bde49cd15b45f /roundcubemail/program/js | |
| parent | cd3e59068171276812cf6234379a3b68de7e3185 (diff) | |
- Remove Close buttons in googiespell popups
git-svn-id: https://svn.roundcube.net/trunk@4149 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/googiespell.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/googiespell.js b/roundcubemail/program/js/googiespell.js index 8892c63ea..428d7f0dc 100644 --- a/roundcubemail/program/js/googiespell.js +++ b/roundcubemail/program/js/googiespell.js @@ -52,7 +52,7 @@ function GoogieSpell(img_dir, server_url) { this.show_spell_img = false; // roundcube mod. this.decoration = true; - this.use_close_btn = true; + this.use_close_btn = false; this.edit_layer_dbl_click = true; this.report_ta_not_found = true; |
