summaryrefslogtreecommitdiff
path: root/program/js/googiespell.js
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-27 11:06:39 +0000
committeralecpl <alec@alec.pl>2010-10-27 11:06:39 +0000
commitf48a94cb50ec64ebb70f9ccb048b876208447af3 (patch)
tree7d3300c0bc9d9c4d5f0db031549ab73ff6968b62 /program/js/googiespell.js
parentd808ba6e1de7f48f8e062bb1366d48c6d17aa718 (diff)
- Remove Close buttons in googiespell popups
Diffstat (limited to 'program/js/googiespell.js')
-rw-r--r--program/js/googiespell.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/googiespell.js b/program/js/googiespell.js
index 8892c63ea..428d7f0dc 100644
--- a/program/js/googiespell.js
+++ b/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;