Ticket #1485304: opera_printing.patch
| File opera_printing.patch, 497 bytes (added by tensor, 4 months ago) |
|---|
-
program/js/app.js
=== program/js/app.js ==================================================================
219 219 this.init_messageform(); 220 220 221 221 // show printing dialog 222 if (this.env.action=='print') 223 window.print(); 222 if (this.env.action=='print'){ 223 window.onload = function(){window.print()}; 224 } 224 225 225 226 // get unread count for each mailbox 226 227 if (this.gui_objects.mailboxlist)
