summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2006-08-11 18:03:04 +0000
committerthomascube <thomas@roundcube.net>2006-08-11 18:03:04 +0000
commitc670f6ba1bb8e91022779186815661160e662a09 (patch)
tree9cae32e5f7e8c50794a58e082da1c597b254db4d /program/js
parent960da4ff2e33acb25a47a34d37f2e04dbf342623 (diff)
Removed debug alert
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js
index e1d02fde2..1b7312f89 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2186,8 +2186,6 @@ function rcube_webmail()
if (!this.gui_objects.attachmentlist)
return false;
- alert(content);
-
var li = document.createElement('LI');
li.id = name;
li.innerHTML = content;