文件操作 - eael-2180.js
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/steemteam/public_html/wp-content/uploads/essential-addons-elementor/eael-2180.js
编辑文件内容
!function(e,t){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",t):"object"==typeof module&&module.exports?module.exports=t():e.EvEmitter=t()}("undefined"!=typeof window?window:this,function(){function e(){}var t=e.prototype;return t.on=function(e,t){if(e&&t){var i=this._events=this._events||{},n=i[e]=i[e]||[];return-1==n.indexOf(t)&&n.push(t),this}},t.once=function(e,t){if(e&&t){this.on(e,t);var i=this._onceEvents=this._onceEvents||{};return(i[e]=i[e]||{})[t]=!0,this}},t.off=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){var n=i.indexOf(t);return-1!=n&&i.splice(n,1),this}},t.emitEvent=function(e,t){var i=this._events&&this._events[e];if(i&&i.length){i=i.slice(0),t=t||[];for(var n=this._onceEvents&&this._onceEvents[e],o=0;o<i.length;o++){var s=i[o];n&&n[s]&&(this.off(e,s),delete n[s]),s.apply(this,t)}return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e}),function(t,i){"use strict";"function"==typeof define&&define.amd?define(["ev-emitter/ev-emitter"],function(e){return i(t,e)}):"object"==typeof module&&module.exports?module.exports=i(t,require("ev-emitter")):t.imagesLoaded=i(t,t.EvEmitter)}("undefined"!=typeof window?window:this,function(t,e){var s=t.jQuery,r=t.console;function h(e,t){for(var i in t)e[i]=t[i];return e}var a=Array.prototype.slice;function d(e,t,i){if(!(this instanceof d))return new d(e,t,i);var n,o=e;"string"==typeof e&&(o=document.querySelectorAll(e)),o?(this.elements=(n=o,Array.isArray(n)?n:"object"==typeof n&&"number"==typeof n.length?a.call(n):[n]),this.options=h({},this.options),"function"==typeof t?i=t:h(this.options,t),i&&this.on("always",i),this.getImages(),s&&(this.jqDeferred=new s.Deferred),setTimeout(this.check.bind(this))):r.error("Bad element for imagesLoaded "+(o||e))}(d.prototype=Object.create(e.prototype)).options={},d.prototype.getImages=function(){this.images=[],this.elements.forEach(this.addElementImages,this)},d.prototype.addElementImages=function(e){"IMG"==e.nodeName&&this.addImage(e),!0===this.options.background&&this.addElementBackgroundImages(e);var t=e.nodeType;if(t&&m[t]){for(var i=e.querySelectorAll("img"),n=0;n<i.length;n++){var o=i[n];this.addImage(o)}if("string"==typeof this.options.background)for(var s=e.querySelectorAll(this.options.background),n=0;n<s.length;n++){var r=s[n];this.addElementBackgroundImages(r)}}};var m={1:!0,9:!0,11:!0};function i(e){this.img=e}function n(e,t){this.url=e,this.element=t,this.img=new Image}return d.prototype.addElementBackgroundImages=function(e){var t=getComputedStyle(e);if(t)for(var i=/url\((['"])?(.*?)\1\)/gi,n=i.exec(t.backgroundImage);null!==n;){var o=n&&n[2];o&&this.addBackground(o,e),n=i.exec(t.backgroundImage)}},d.prototype.addImage=function(e){var t=new i(e);this.images.push(t)},d.prototype.addBackground=function(e,t){var i=new n(e,t);this.images.push(i)},d.prototype.check=function(){var n=this;function t(e,t,i){setTimeout(function(){n.progress(e,t,i)})}this.progressedCount=0,this.hasAnyBroken=!1,this.images.length?this.images.forEach(function(e){e.once("progress",t),e.check()}):this.complete()},d.prototype.progress=function(e,t,i){this.progressedCount++,this.hasAnyBroken=this.hasAnyBroken||!e.isLoaded,this.emitEvent("progress",[this,e,t]),this.jqDeferred&&this.jqDeferred.notify&&this.jqDeferred.notify(this,e),this.progressedCount==this.images.length&&this.complete(),this.options.debug&&r&&r.log("progress: "+i,e,t)},d.prototype.complete=function(){var e,t=this.hasAnyBroken?"fail":"done";this.isComplete=!0,this.emitEvent(t,[this]),this.emitEvent("always",[this]),this.jqDeferred&&(e=this.hasAnyBroken?"reject":"resolve",this.jqDeferred[e](this))},(i.prototype=Object.create(e.prototype)).check=function(){this.getIsImageComplete()?this.confirm(0!==this.img.naturalWidth,"naturalWidth"):(this.proxyImage=new Image,this.proxyImage.addEventListener("load",this),this.proxyImage.addEventListener("error",this),this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.proxyImage.src=this.img.src)},i.prototype.getIsImageComplete=function(){return this.img.complete&&this.img.naturalWidth},i.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.img,t])},i.prototype.handleEvent=function(e){var t="on"+e.type;this[t]&&this[t](e)},i.prototype.onload=function(){this.confirm(!0,"onload"),this.unbindEvents()},i.prototype.onerror=function(){this.confirm(!1,"onerror"),this.unbindEvents()},i.prototype.unbindEvents=function(){this.proxyImage.removeEventListener("load",this),this.proxyImage.removeEventListener("error",this),this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},(n.prototype=Object.create(i.prototype)).check=function(){this.img.addEventListener("load",this),this.img.addEventListener("error",this),this.img.src=this.url,this.getIsImageComplete()&&(this.confirm(0!==this.img.naturalWidth,"naturalWidth"),this.unbindEvents())},n.prototype.unbindEvents=function(){this.img.removeEventListener("load",this),this.img.removeEventListener("error",this)},n.prototype.confirm=function(e,t){this.isLoaded=e,this.emitEvent("progress",[this,this.element,t])},(d.makeJQueryPlugin=function(e){(e=e||t.jQuery)&&((s=e).fn.imagesLoaded=function(e,t){return new d(this,e,t).jqDeferred.promise(s(this))})})(),d});!function(e){"function"==typeof define&&define.amd?define([],e):"undefined"!=typeof module&&null!==module&&module.exports?module.exports=e:e()}(function(){var i=Object.assign||window.jQuery&&jQuery.extend,p=8,a=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e,t){return window.setTimeout(function(){e()},25)};function e(e,t){t=t||{bubbles:!1,cancelable:!1,detail:void 0};var n=document.createEvent("CustomEvent");return n.initCustomEvent(e,t.bubbles,t.cancelable,t.detail),n}"function"!=typeof window.CustomEvent&&(e.prototype=window.Event.prototype,window.CustomEvent=e);var o={textarea:!0,input:!0,select:!0,button:!0},c={move:"mousemove",cancel:"mouseup dragstart",end:"mouseup"},u={move:"touchmove",cancel:"touchend",end:"touchend"},r=/\s+/,d={bubbles:!0,cancelable:!0},t="function"==typeof Symbol?Symbol("events"):{};function m(e){return e[t]||(e[t]={})}function v(e,t,n,o){t=t.split(r);var i,a=m(e),c=t.length;function u(e){n(e,o)}for(;c--;)(a[i=t[c]]||(a[i]=[])).push([n,u]),e.addEventListener(i,u)}function f(e,t,n){t=t.split(r);var o,i,a,c=m(e),u=t.length;if(c)for(;u--;)if(i=c[o=t[u]])for(a=i.length;a--;)i[a][0]===n&&(e.removeEventListener(o,i[a][1]),i.splice(a,1))}function g(e,t,n){var o=new CustomEvent(t,d);n&&i(o,n),e.dispatchEvent(o)}function s(e){var n=e,o=!1,i=!1;function t(e){o?(n(),a(t),o=!(i=!0)):i=!1}this.kick=function(e){o=!0,i||t()},this.end=function(e){var t=n;e&&(i?(n=o?function(){t(),e()}:e,o=!0):e())}}function h(){}function l(e){e.preventDefault()}function X(e,t){var n,o;if(e.identifiedTouch)return e.identifiedTouch(t);for(n=-1,o=e.length;++n<o;)if(e[n].identifier===t)return e[n]}function Y(e,t){var n=X(e.changedTouches,t.identifier);if(n&&(n.pageX!==t.pageX||n.pageY!==t.pageY))return n}function n(e,t){T(e,t,e,w)}function y(e,t){w()}function w(){f(document,c.move,n),f(document,c.cancel,y)}function b(e){f(document,u.move,e.touchmove),f(document,u.cancel,e.touchend)}function T(e,t,n,o){var i,a,c,u,r,d,m,v,f,s=n.pageX-t.pageX,l=n.pageY-t.pageY;s*s+l*l<p*p||(a=t,c=n,u=s,r=l,d=o,m=(i=e).targetTouches,v=i.timeStamp-a.timeStamp,f={altKey:i.altKey,ctrlKey:i.ctrlKey,shiftKey:i.shiftKey,startX:a.pageX,startY:a.pageY,distX:u,distY:r,deltaX:u,deltaY:r,pageX:c.pageX,pageY:c.pageY,velocityX:u/v,velocityY:r/v,identifier:a.identifier,targetTouches:m,finger:m?m.length:1,enableMove:function(){this.moveEnabled=!0,this.enableMove=h,i.preventDefault()}},g(a.target,"movestart",f),d(a))}function E(e,t){var n=t.timer;t.touch=e,t.timeStamp=e.timeStamp,n.kick()}function S(e,t){var n=t.target,o=t.event,i=t.timer;f(document,c.move,E),f(document,c.end,S),K(n,o,i,function(){setTimeout(function(){f(n,"click",l)},0)})}function k(e,t){var n,o=t.target,i=t.event,a=t.timer;X(e.changedTouches,i.identifier)&&(n=t,f(document,u.move,n.activeTouchmove),f(document,u.end,n.activeTouchend),K(o,i,a))}function K(e,t,n,o){n.end(function(){return g(e,"moveend",t),o&&o()})}if(v(document,"mousedown",function(e){var t;1!==(t=e).which||t.ctrlKey||t.altKey||o[e.target.tagName.toLowerCase()]||(v(document,c.move,n,e),v(document,c.cancel,y,e))}),v(document,"touchstart",function(e){if(!o[e.target.tagName.toLowerCase()]){var t=e.changedTouches[0],n={target:t.target,pageX:t.pageX,pageY:t.pageY,identifier:t.identifier,touchmove:function(e,t){!function(e,t){var n=Y(e,t);if(!n)return;T(e,t,n,b)}(e,t)},touchend:function(e,t){!function(e,t){if(!X(e.changedTouches,t.identifier))return;b(t)}(e,t)}};v(document,u.move,n.touchmove,n),v(document,u.cancel,n.touchend,n)}}),v(document,"movestart",function(e){if(!e.defaultPrevented&&e.moveEnabled){var t={startX:e.startX,startY:e.startY,pageX:e.pageX,pageY:e.pageY,distX:e.distX,distY:e.distY,deltaX:e.deltaX,deltaY:e.deltaY,velocityX:e.velocityX,velocityY:e.velocityY,identifier:e.identifier,targetTouches:e.targetTouches,finger:e.finger},n={target:e.target,event:t,timer:new s(function(e){(function(e,t,n){var o=n-e.timeStamp;e.distX=t.pageX-e.startX,e.distY=t.pageY-e.startY,e.deltaX=t.pageX-e.pageX,e.deltaY=t.pageY-e.pageY,e.velocityX=.3*e.velocityX+.7*e.deltaX/o,e.velocityY=.3*e.velocityY+.7*e.deltaY/o,e.pageX=t.pageX,e.pageY=t.pageY})(t,n.touch,n.timeStamp),g(n.target,"move",t)}),touch:void 0,timeStamp:e.timeStamp};void 0===e.identifier?(v(e.target,"click",l),v(document,c.move,E,n),v(document,c.end,S,n)):(n.activeTouchmove=function(e,t){var n,o,i,a,c;n=e,i=(o=t).event,a=o.timer,(c=Y(n,i))&&(n.preventDefault(),i.targetTouches=n.targetTouches,o.touch=c,o.timeStamp=n.timeStamp,a.kick())},n.activeTouchend=function(e,t){k(e,t)},v(document,u.move,n.activeTouchmove,n),v(document,u.end,n.activeTouchend,n))}}),window.jQuery){var j="startX startY pageX pageY distX distY deltaX deltaY velocityX velocityY".split(" ");jQuery.event.special.movestart={setup:function(){return v(this,"movestart",C),!1},teardown:function(){return f(this,"movestart",C),!1},add:A},jQuery.event.special.move={setup:function(){return v(this,"movestart",Q),!1},teardown:function(){return f(this,"movestart",Q),!1},add:A},jQuery.event.special.moveend={setup:function(){return v(this,"movestart",q),!1},teardown:function(){return f(this,"movestart",q),!1},add:A}}function C(e){e.enableMove()}function Q(e){e.enableMove()}function q(e){e.enableMove()}function A(e){var o=e.handler;e.handler=function(e){for(var t,n=j.length;n--;)e[t=j[n]]=e.originalEvent[t];o.apply(this,arguments)}}});!function(t){t.fn.eatwentytwenty=function(e){var e=t.extend({default_offset_pct:.5,orientation:"horizontal",before_label:"Before",after_label:"After",no_overlay:!1,move_slider_on_hover:!1,move_with_handle_only:!0,click_to_move:!1,autoSlide:!1,autoSlideSpeed:1e3,autoSlidePause:500},e);return this.each(function(){var n,a=e.default_offset_pct,o=t(this),i=e.orientation;o.wrap("<div class='twentytwenty-wrapper twentytwenty-"+i+"'></div>"),e.no_overlay||o.append("<div class='twentytwenty-overlay'></div>");var f=o.find("img:first"),l=o.find("img:last");o.append("<div class='twentytwenty-handle'></div>");var r=o.find(".twentytwenty-handle");r.append("<span class='twentytwenty-"+("vertical"===i?"down":"left")+"-arrow'></span>"),r.append("<span class='twentytwenty-"+("vertical"===i?"up":"right")+"-arrow'></span>"),o.addClass("twentytwenty-container"),f.addClass("twentytwenty-before"),l.addClass("twentytwenty-after");var s=o.find(".twentytwenty-overlay");t("<div>",{class:"twentytwenty-before-label","data-content":e.before_label}).appendTo(s),t("<div>",{class:"twentytwenty-after-label","data-content":e.after_label}).appendTo(s);var c=function(t){var e=f.width(),n=f.height();return{w:e+"px",h:n+"px",cw:t*e+"px",ch:t*n+"px"}},d=function(t){"vertical"===i?(f.css("clip","rect(0,"+t.w+","+t.ch+",0)"),l.css("clip","rect("+t.ch+","+t.w+","+t.h+",0)")):(f.css("clip","rect(0,"+t.cw+","+t.h+",0)"),l.css("clip","rect(0,"+t.w+","+t.h+","+t.cw+")")),o.css("height",t.h)},w=function(t){var e=c(t);r.css("vertical"===i?"top":"left","vertical"===i?e.ch:e.cw),d(e)},v=function(t,e){var n;return 0===h&&0===p&&0===y&&0===u&&(h=o.offset().left,p=o.offset().top,y=f.width(),u=f.height()),Math.max(0,Math.min(1,n="vertical"===i?(e-p)/u:(t-h)/y))};t(window).on("resize.eatwentytwenty",function(t){h=o.offset().left,p=o.offset().top,y=f.width(),u=f.height(),w(a)});var h=0,p=0,y=0,u=0,$=function(t){o.addClass("active"),h=o.offset().left,p=o.offset().top,y=f.width(),u=f.height()},m=function(t){o.hasClass("active")&&(a=v(t.pageX,t.pageY),w(a))},g=function(){o.removeClass("active")},b=e.move_with_handle_only?r:o;b.on("movestart",$),b.on("move",m),b.on("moveend",g),e.move_slider_on_hover&&(o.on("mouseenter",$),o.on("mousemove",m),o.on("mouseleave",g)),r.on("touchmove",function(t){t.preventDefault()}),o.find("img").on("mousedown",function(t){t.preventDefault()}),e.click_to_move&&o.on("click",function(t){h=o.offset().left,p=o.offset().top,y=f.width(),u=f.height(),a=v(t.pageX,t.pageY),w(a)});var _=function(){h=o.offset().left,p=o.offset().top,y=f.width(),u=f.height()};o.data("eatwentytwenty",{animateSlider:function t(e,a,o){clearInterval(n);var i=a,o=o/1e4||.001;n="before"===e?setInterval(function(){w(i-=o),i<=0&&clearInterval(n)},1):setInterval(function(){w(i+=o),i>=1&&clearInterval(n)},1)},adjustSlider:w,getSliderPercentage:v,initializeOffsetAndDimensions:_}),f.on("load",function(){_()}),f[0].complete&&_(),t(window).trigger("resize.eatwentytwenty")})}}(jQuery);!function(e){var t={};function n(o){if(t[o])return t[o].exports;var a=t[o]={i:o,l:!1,exports:{}};return e[o].call(a.exports,a,a.exports,n),a.l=!0,a.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)n.d(o,a,function(t){return e[t]}.bind(null,a));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=17)}({17:function(e,t){var n=function(e,t){var n=t(".eael-img-comp-container",e),o={default_offset_pct:n.data("offset")||.7,orientation:n.data("orientation")||"horizontal",before_label:n.data("before_label")||"Before",after_label:n.data("after_label")||"After",no_overlay:"yes"!=n.data("overlay"),move_slider_on_hover:"yes"==n.data("onhover"),move_with_handle_only:!0,click_to_move:"yes"==n.data("onclick")},a=t(".eael-advance-tabs"),r=a.find(".eael-tabs-nav li"),i=a.find(".eael-tabs-content > div");r.on("click",(function(){var e=i.eq(t(this).index());t(e).find(".eael-img-comp-container").length&&n.imagesLoaded().done((function(){n.find("div").remove(),n.find("img").removeClass("twentytwenty-before twentytwenty-after").removeAttr("style");var e=n.closest(".elementor-widget-container");e.length<1&&(e=n.closest(".elementor-widget-eael-image-comparison")),n.eatwentytwenty(o)}))})),n.imagesLoaded().done((function(){n.find("div").remove(),n.find("img").removeClass("twentytwenty-before twentytwenty-after").removeAttr("style");var a=n.closest(".elementor-widget-container");a.length<1&&(a=n.closest(".elementor-widget-eael-image-comparison")),n.eatwentytwenty(o);var r=e.find(".eael-img-comp-toggle-btns");if(r.length){var i=r.find(".eael-img-comp-toggle-btn");i.on("click",(function(){i.removeClass("active"),t(this).addClass("active");var e=t(this).data("state"),o=n.data("eatwentytwenty"),a=n.find(".twentytwenty-handle").offset(),l=n.offset(),d=a.left-l.left,f=a.top-l.top,c=d+l.left,s=f+l.top;o.animateSlider(e,o.getSliderPercentage(c,s),r.data("step")),1===t(this).index()?r.addClass("after-active"):r.removeClass("after-active")}))}}))};jQuery(window).on("elementor/frontend/init",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-image-comparison.default",n)}))}});!function(e){var t={};function a(i){if(t[i])return t[i].exports;var o=t[i]={i:i,l:!1,exports:{}};return e[i].call(o.exports,o,o.exports,a),o.l=!0,o.exports}a.m=e,a.c=t,a.d=function(e,t,i){a.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:i})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,t){if(1&t&&(e=a(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var i=Object.create(null);if(a.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)a.d(i,o,function(t){return e[t]}.bind(null,o));return i},a.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(t,"a",t),t},a.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},a.p="",a(a.s=41)}({41:function(e,t){function a(e,t){var a=n("items_tablet",t),i=n("items_mobile",t),o=void 0!==e.data("pagination")?e.data("pagination"):".swiper-pagination",r=void 0!==e.data("arrow-next")?e.data("arrow-next"):".swiper-button-next",d=void 0!==e.data("arrow-prev")?e.data("arrow-prev"):".swiper-button-prev",l=void 0!==e.data("items")?e.data("items"):3,s=void 0!==a?a:3,u=void 0!==i?i:3,c=void 0!==e.data("slide-items")?e.data("slide-items"):1,p=void 0!==e.data("slide-items-tablet")?e.data("slide-items-tablet"):1,f=void 0!==e.data("slide-items-mobile")?e.data("slide-items-mobile"):1,v=void 0!==e.data("margin")?e.data("margin"):10,m=void 0!==e.data("margin-tablet")?e.data("margin-tablet"):10,g=void 0!==e.data("margin-mobile")?e.data("margin-mobile"):10,b=void 0!==e.data("effect")?e.data("effect"):"slide",w=void 0!==e.data("speed")?e.data("speed"):400,h=void 0!==e.data("autoplay_speed")?e.data("autoplay_speed"):999999,y=void 0!==e.data("loop")?e.data("loop"):0,_=void 0!==e.data("grab-cursor")?e.data("grab-cursor"):0,x="coverflow"==b,P={pause_on_hover:void 0!==e.data("pause-on-hover")?e.data("pause-on-hover"):"",direction:"horizontal",speed:w,effect:b,centeredSlides:x,grabCursor:_,autoHeight:!0,loop:y,autoplay:{delay:h,disableOnInteraction:!1},pagination:{el:o,clickable:!0},navigation:{nextEl:r,prevEl:d}};return"slide"===b||"coverflow"===b?P.breakpoints={1024:{slidesPerView:l,spaceBetween:v,slidesPerGroup:c},768:{slidesPerView:s,spaceBetween:m,slidesPerGroup:p},320:{slidesPerView:u,spaceBetween:g,slidesPerGroup:f}}:P.items=1,"fade"===b&&(P.fadeEffect={crossFade:!0}),P}function i(e,t,a){var i;0===t.autoplay.delay&&(null==e||null===(i=e.autoplay)||void 0===i||i.stop());t.pause_on_hover&&0!==t.autoplay.delay&&(e.on("mouseenter",(function(){var e;null==a||null===(e=a.autoplay)||void 0===e||e.stop()})),e.on("mouseleave",(function(){var e;null==a||null===(e=a.autoplay)||void 0===e||e.start()}))),a.update()}var o=function(e,t){var o=e.find(".eael-testimonial-slider-main").eq(0),n=a(o,e);r(o,n).then((function(t){i(o,n,t);var a=e.find(".eael-testimonial-slider .eael-testimonial-gallary-pagination").eq(0);a.length>0&&r(a,{spaceBetween:20,centeredSlides:!0,touchRatio:.2,slideToClickedSlide:!0,loop:!0,slidesPerGroup:1,loopedSlides:$items,slidesPerView:3}).then((function(e){t.controller.control=e,e.controller.control=t}))})),t(e).on("click",".eael-testimonial-read-more-btn",(function(e){e.preventDefault();var a=t(this).closest(".eael-testimonial-item-inner");t(".eael-testimonial-text-excerpt",a).toggle(),t(".eael-testimonial-text-full-text",a).toggle(),t(".swiper-wrapper").height("auto"),window.dispatchEvent(new Event("resize"))}));var d=function(e){var o=t(e).find(".eael-testimonial-slider-main");o.length&&o.each((function(){if(t(this)[0].swiper){t(this)[0].swiper.destroy(!0,!0);var o=a(t(this),e),n=t(this);r(t(this)[0],o).then((function(e){i(n,o,e)}))}}))};eael.hooks.addAction("ea-toggle-triggered","ea",d),eael.hooks.addAction("ea-lightbox-triggered","ea",d),eael.hooks.addAction("ea-advanced-tabs-triggered","ea",d),eael.hooks.addAction("ea-advanced-accordion-triggered","ea",d)},n=function(e,t){var a,i,o;return eael.isEditMode?null===(a=elementorFrontend.config.elements)||void 0===a||null===(a=a.data[null===(i=t[0])||void 0===i?void 0:i.dataset.modelCid])||void 0===a||null===(a=a.attributes[e])||void 0===a?void 0:a.size:null===(o=t=jQuery(t))||void 0===o||null===(o=o.data("settings"))||void 0===o||null===(o=o[e])||void 0===o?void 0:o.size},r=function(e,t){return"undefined"==typeof Swiper||"function"==typeof Swiper?new(0,elementorFrontend.utils.swiper)(e,t).then((function(e){return e})):d(e,t)},d=function(e,t){return new Promise((function(a,i){a(new Swiper(e,t))}))};jQuery(window).on("elementor/frontend/init",(function(){if(eael.elementStatusCheck("testimonialLoad"))return!1;elementorFrontend.hooks.addAction("frontend/element_ready/eael-testimonial-slider.default",o)}))}});
修改文件时间
将文件时间修改为当前时间的前一年
删除文件