From 3ea0e3202a73eb7efcbf0b825582a6d3504658aa Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 01 Sep 2006 09:43:14 -0400
Subject: [PATCH] Quota display as image

---
 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