From f48a94cb50ec64ebb70f9ccb048b876208447af3 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 27 Oct 2010 07:06:39 -0400
Subject: [PATCH] - Remove Close buttons in googiespell popups

---
 program/js/googiespell.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/googiespell.js b/program/js/googiespell.js
index 8892c63..428d7f0 100644
--- a/program/js/googiespell.js
+++ b/program/js/googiespell.js
@@ -52,7 +52,7 @@
 
     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;
 

--
Gitblit v1.9.1