From c670f6ba1bb8e91022779186815661160e662a09 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 11 Aug 2006 14:03:04 -0400
Subject: [PATCH] Removed debug alert
---
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