From 2be1d7813a925b88aca7449843c71382f276d298 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 11 Aug 2006 18:03:04 +0000 Subject: Removed debug alert git-svn-id: https://svn.roundcube.net/trunk@312 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 -- 1 file changed, 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; -- cgit v1.2.3