]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxMailPopupView.js
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1261 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxMailPopupView.js
1 function onPrintCurrentMessage(event) {
2   window.print();
3
4   preventDefault(event);
5 }
6
7 function initPopupMailer(event) {
8   configureLinksInMessage();
9   resizeMailContent();
10 }
11
12 addEvent(window, 'load', initPopupMailer);