public_html/layouts/basic/modules/OSSMailView/resources/Preview.min.js
'use strict';
/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */"use strict";jQuery.Class("OSSMailView_Preview_Js",{printMail:function printMail(){var content=window.open();$(".emailPreview > div").each(function(){if($(this).hasClass("content")){var html=$(this).find("iframe").attr("srcdoc");content.document.write(html+"<br />");}else content.document.write($.trim($(this).text())+"<br />");}),content.print();}},{registerEvents:function registerEvents(){var container=jQuery("div.mainBody");Vtiger_Index_Js.registerMailButtons(container);}});
//# sourceMappingURL=Preview.min.js.map