summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-03 19:14:32 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-03 19:14:32 +0000
commit92c7f9d7dd8ca90c5455bc9992da290a3514e0b3 (patch)
tree3881121b2566e93f3390cad9516dafa4f602d4a1 /roundcubemail/program/js
parent84b7551737fb20228dd52b0868a2421d7b51b5e2 (diff)
- remove test code
git-svn-id: https://svn.roundcube.net/trunk@3012 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 643664af5..02d55fcf6 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -2472,7 +2472,6 @@ function rcube_webmail()
} catch (e) {}
if (!content.match(/add2attachment/)) {
- alert(content)
rcmail.display_message(rcmail.get_label('fileuploaderror'), 'error');
rcmail.remove_from_attachment_list(e.data.ts);
}