summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-28 01:01:23 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-28 01:01:23 +0000
commit70624e229c8c745c7977fa8954412734075829a1 (patch)
tree461827edc9c2f4d8b9060bad60eb55282b3f13f3 /roundcubemail/program/js
parent1b770265b0a582a25a6b14b217c8c8a6b44ce6ef (diff)
removed leftover debug statement.
git-svn-id: https://svn.roundcube.net/trunk@358 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index 52050a9be..52ab5fa0b 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -709,7 +709,6 @@ function rcube_webmail()
url += '&_to='+a_cids.join(',');
else
break;
-
}
else if (props)
url += '&_to='+urlencode(props);
@@ -717,8 +716,6 @@ function rcube_webmail()
// don't know if this is necessary...
url = url.replace(/&_framed=1/, "");
this.set_busy(true);
-
- alert(url)
// need parent in case we are coming from the contact frame
if (this.env.framed)