public_html/layouts/basic/modules/Vtiger/resources/MeetingModal.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";$.Class("Base_MeetingModal_JS",{},{/**
* Modal container
*/container:!1,/**
* Register modal events
* @param {jQuery} modalContainer
*/registerEvents:function registerEvents(modalContainer){this.container=modalContainer,App.Fields.Text.registerCopyClipboard(this.container,".js-clipboard"),Vtiger_Index_Js.registerMailButtons(this.container),this.container.on("click",".js-template-copy",function(e){var frameContainer=$(e.currentTarget.dataset.clipboardTarget).get(0);frameContainer.contentDocument.designMode="on",frameContainer.contentDocument.execCommand("selectAll",!1,null),frameContainer.contentDocument.execCommand("copy",!1,null),frameContainer.contentDocument.designMode="off",app.showNotify({text:app.vtranslate("JS_NOTIFY_COPY_TEXT"),type:"success"});});}});
//# sourceMappingURL=MeetingModal.min.js.map