From a5cbfb5bb2ab2c5e23bdb5d5750414869357f16b Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 11 Apr 2011 19:10:21 +0000 Subject: Fix call to parent window git-svn-id: https://svn.roundcube.net/trunk@4644 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index bfce7c7ed..8d94e0206 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -5193,7 +5193,7 @@ function rcube_webmail() this.set_busy(true); if (this.is_framed()) - parent.redirect(url, lock); + parent.rcmail.redirect(url, lock); else this.location_href(url, window); }; -- cgit v1.2.3