sogo/UI/WebServerResources/UIxMailView.js
Wolfgang Sourdeau 0bdd630325 Monotone-Parent: 47bbed6cb762b2941933e8851cea9a6b681e40f4
Monotone-Revision: 1da368aaadb9a2d416b138131edcc4dcaffd44d0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-23T20:17:54
Monotone-Branch: ca.inverse.sogo
2007-08-23 20:17:54 +00:00

6 lines
86 B
JavaScript

function onPrintCurrentMessage(event) {
window.print();
preventDefault(event);
}