summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-08-11 18:03:04 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-08-11 18:03:04 +0000
commit2be1d7813a925b88aca7449843c71382f276d298 (patch)
treeda4f44201d0041e6e5f1dd4b83b799034cbe41c1
parent2942c2a31b8a533696ca1909473a7484ed21165c (diff)
Removed debug alert
git-svn-id: https://svn.roundcube.net/trunk@312 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/js/app.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index e1d02fde2..1b7312f89 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/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;