diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-11 18:03:04 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-11 18:03:04 +0000 |
| commit | 2be1d7813a925b88aca7449843c71382f276d298 (patch) | |
| tree | da4f44201d0041e6e5f1dd4b83b799034cbe41c1 | |
| parent | 2942c2a31b8a533696ca1909473a7484ed21165c (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.js | 2 |
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; |
