From 6c76c91951d259f59b2b7a42b8fe895dcc0ef21b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 23 Aug 2006 17:36:37 -0400
Subject: [PATCH] Updated Polish, Portuguese, Latvian, Chinese and Japanese localization

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

diff --git a/program/js/app.js b/program/js/app.js
index e1d02fd..1b7312f 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2186,8 +2186,6 @@
     if (!this.gui_objects.attachmentlist)
       return false;
       
-      alert(content);
-      
     var li = document.createElement('LI');
     li.id = name;
     li.innerHTML = content;

--
Gitblit v1.9.1