From 17951e71fb44d028d1eb58097f14ed4342f619c4 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 27 Oct 2010 11:06:39 +0000 Subject: - Remove Close buttons in googiespell popups git-svn-id: https://svn.roundcube.net/trunk@4149 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/googiespell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3