diff options
author | svncommit <devs@roundcube.net> | 2006-09-28 01:01:23 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2006-09-28 01:01:23 +0000 |
commit | 513695908084215aabcce9eeb74f5023bc781224 (patch) | |
tree | 826b0bd8bbb8e7d0d9c7bbaa54a5606902d0fd79 /program | |
parent | 4e6eb1fb074be2b8d95a2b77dc10cc0d8d51bd5d (diff) |
removed leftover debug statement.
Diffstat (limited to 'program')
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/program/js/app.js b/program/js/app.js index 52050a9be..52ab5fa0b 100644 --- a/program/js/app.js +++ b/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) |