diff options
author | thomascube <thomas@roundcube.net> | 2006-08-11 18:03:04 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-08-11 18:03:04 +0000 |
commit | c670f6ba1bb8e91022779186815661160e662a09 (patch) | |
tree | 9cae32e5f7e8c50794a58e082da1c597b254db4d /program/js/app.js | |
parent | 960da4ff2e33acb25a47a34d37f2e04dbf342623 (diff) |
Removed debug alert
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | 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 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; |