/** * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-) * * @author VEKIA https://www.prestashop.com/forums/user/132608-vekia/ * @copyright 2010-2020 VEKIA * @license This program is not free software and you can't resell and redistribute it * * CONTACT WITH DEVELOPER http://mypresta.eu * support@mypresta.eu * * * NEW TINYMCE FILE ! * */ var tinyMceLangLoaded = false; function UrlExistsTinyMcePro(url) { var http = new XMLHttpRequest(); http.open('HEAD', url, false); http.send(); return http.status != 404; } $(document).ready(function () { if (window.location.href.indexOf("AdminTranslations") > -1) { if (typeof tinyMCE === 'undefined') { setTimeout(function () { $('.mails_field').off(); run_new_mail_editor(); }, 100); return; } } }); function run_new_mail_editor() { $('.mails_field').on('shown.bs.collapse', function () { var active_email = $(this).find('.email-collapse.in'); var frame = active_email.find('.email-html-frame'); var src = frame.data('email-src'); var rte_mail_selector = active_email.find('textarea.rte-mail').data('rte'); var rte_mail_config = {}; rte_mail_config['editor_selector'] = 'rte-mail-' + rte_mail_selector; $('#translation_mails-control-actions').appendTo($(this).find('.panel-collapse.in')); if (frame.find('iframe.email-frame').length == 0) { frame.append('