sogo/UI/WebServerResources/UIxMailView.js
Wolfgang Sourdeau fcb174bdfd Monotone-Parent: d2bec7005b1132e0cdbaba9d59a590f4f9b95b6b
Monotone-Revision: 7cc3351f7b4c30b2183e351afaf429ade9f6ab9b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-28T14:48:45
Monotone-Branch: ca.inverse.sogo
2008-08-28 14:48:45 +00:00

8 lines
190 B
JavaScript

/* -*- Mode: java; tab-width: 2; c-tab-always-indent: t; indent-tabs-mode: t; c-basic-offset: 2 -*- */
function onPrintCurrentMessage(event) {
window.print();
preventDefault(event);
}