thomascube
2011-04-11 a41dcfecb073d86cf02d4790d86a28945930ff73
Fix call to parent window

1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -5193,7 +5193,7 @@
      this.set_busy(true);
    if (this.is_framed())
      parent.redirect(url, lock);
      parent.rcmail.redirect(url, lock);
    else
      this.location_href(url, window);
  };