Changeset 1121 in subversion
- Timestamp:
- Feb 20, 2008 8:57:40 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
r1120 r1121 887 887 var uid; 888 888 if (uid = this.get_single_uid()) 889 {889 { 890 890 ref.printwin = window.open(this.env.comm_path+'&_action=print&_uid='+uid+'&_mbox='+urlencode(this.env.mailbox)+(this.env.safemode ? '&_safe=1' : '')); 891 891 if (this.printwin) 892 { 892 893 setTimeout(function(){ ref.printwin.focus(); }, 20); 894 if (this.env.action != 'show') 895 this.toggle_read_status('read', [uid]); 893 896 } 897 } 894 898 break; 895 899
Note: See TracChangeset
for help on using the changeset viewer.
