Fix call to parent window

release-0.6
thomascube 13 years ago
parent 37463345d5
commit a41dcfecb0

@ -5193,7 +5193,7 @@ function rcube_webmail()
this.set_busy(true); this.set_busy(true);
if (this.is_framed()) if (this.is_framed())
parent.redirect(url, lock); parent.rcmail.redirect(url, lock);
else else
this.location_href(url, window); this.location_href(url, window);
}; };

Loading…
Cancel
Save