/** * @package AcyMailing for WordPress * @version 6.1.6 * @author acyba.com * @copyright (C) 2009-2019 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ jQuery(function(e){function t(){e(".acym_simple_select2").not("#widget-list .acym_simple_select2").not(".select2-hidden-accessible").select2({width:"100%"}),e(".acym_post_select2").not("#widget-list .acym_post_select2").not(".select2-hidden-accessible").select2({ajax:{url:ajaxurl,dataType:"json",delay:250,data:function(e){return{searchedterm:e.term,action:"acym_get_posts"}},processResults:function(t){var c=[];return t&&e.each(t,function(e,t){c.push({id:t[0],text:t[1]})}),{results:c}},cache:!0},minimumInputLength:3,width:"100%",allowClear:!0,placeholder:"- - -"})}t(),e(document).on("widget-added",function(){t()}),e(document).on("widget-updated",function(){t()})});