Changeset 75b1a57 in github
- Timestamp:
- Apr 24, 2008 9:25:31 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e3902eb
- Parents:
- ae0c82b0
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
r140d6e9 r75b1a57 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.
