sogo/UI/WebServerResources/UIxMailPopupView.js
Francis Lachapelle db25967bd2 Monotone-Parent: 0ebf0ab3929b5c634b6870dbdf4648265482e512
Monotone-Revision: 6554f23cdb0a8f5750823a6297e26d8134456619

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-25T20:36:08
Monotone-Branch: ca.inverse.sogo
2007-10-25 20:36:08 +00:00

8 lines
132 B
JavaScript

function onPrintCurrentMessage(event) {
window.print();
preventDefault(event);
}
addEvent(window, 'load', resizeMailContent);