Changeset a41dcfe in github


Ignore:
Timestamp:
Apr 11, 2011 3:10:21 PM (2 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
fc072bf
Parents:
3746334
Message:

Fix call to parent window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/js/app.js

    r3746334 ra41dcfe  
    51945194 
    51955195    if (this.is_framed()) 
    5196       parent.redirect(url, lock); 
     5196      parent.rcmail.redirect(url, lock); 
    51975197    else 
    51985198      this.location_href(url, window); 
Note: See TracChangeset for help on using the changeset viewer.