Changeset 1331 in subversion
- Timestamp:
- Apr 24, 2008 9:25:31 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r1320 r1331 1233 1233 if (this.env.contentframe && (frm = rcube_find_object(this.env.contentframe))) 1234 1234 { 1235 if (!show && window.frames[this.env.contentframe] && frames[this.env.contentframe].location.href.indexOf(this.env.blankpage)<0) 1236 frames[this.env.contentframe].location.href = this.env.blankpage; 1237 if (!bw.safari) 1235 if (!show && window.frames[this.env.contentframe]) 1236 { 1237 if (window.frames[this.env.contentframe].location.href.indexOf(this.env.blankpage)<0) 1238 window.frames[this.env.contentframe].location.href = this.env.blankpage; 1239 } 1240 else if (!bw.safari) 1238 1241 frm.style.display = show ? 'block' : 'none'; 1239 1242 }
Note: See TracChangeset
for help on using the changeset viewer.
