PATH:
home
/
letacommog
/
seneve10
/
wp-content
/
plugins
/
essential-addons-elementor
/
assets
/
front-end
/
js
/
view
!function(e){var n={};function o(t){if(n[t])return n[t].exports;var a=n[t]={i:t,l:!1,exports:{}};return e[t].call(a.exports,a,a.exports,o),a.l=!0,a.exports}o.m=e,o.c=n,o.d=function(e,n,t){o.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:t})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,n){if(1&n&&(e=o(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(o.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var a in e)o.d(t,a,function(n){return e[n]}.bind(null,a));return t},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="",o(o.s=16)}({16:function(e,n){ea.hooks.addAction("init","ea",(function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-login-register.default",(function(e,n){var o=e.find(".eael-login-registration-wrapper"),t=o.data("is-ajax"),a=o.data("widget-id"),i=o.find("#eael-login-form");window.isLoggedInByFB=!1,window.isUsingGoogleLogin=!1;var r,l,s,c,d,u="eael-google-login-btn-"+a,f=i.find("#"+u),g="eael-fb-login-btn-"+a,m=i.find("#"+g),p=o.find("#eael-register-form"),v={name:"action",value:"eael-login-register-form"},h=["facebook","google","login"],b=p.find("#form-field-password"),w=p.find(".eael-pass-notice"),_=b.length>0&&w.length>0,y=function(e,o){e.push({name:"eael-".concat(o,"-submit"),value:!0}),e.push(v),n.ajax({url:localize.ajaxurl,type:"POST",dataType:"json",data:e,success:function(e){var n,t=e&&e.success,a=h.includes(o);n=t?'<div class="eael-form-msg valid">'.concat(e.data.message,"</div>"):'<div class="eael-form-msg invalid">'.concat(e.data,"</div>"),a?i.find(".eael-form-validation-container").html(n):p.find(".eael-form-validation-container").html(n),t&&(e.data.redirect_to?setTimeout((function(){return window.location=e.data.redirect_to}),500):a&&setTimeout((function(){return location.reload()}),1e3))},error:function(e,n){var t='\n <p class="eael-form-msg invalid">\n Error occurred: '.concat(n.toString()," \n </p>\n ");"login"===o?i.find(".eael-form-validation-container").html(t):p.find(".eael-form-validation-container").html(t)}})};if("yes"===t&&(i.on("submit",(function(e){return y(n(this).serializeArray(),"login"),!1})),p.on("submit",(function(e){return y(n(this).serializeArray(),"register"),!1}))),f.length&&!isEditMode){var k=f.data("g-client-id");"undefined"!=typeof gapi&&null!==gapi?gapi.load("auth2",(function(){auth2=gapi.auth2.init({client_id:k,cookiepolicy:"single_host_origin"}),auth2.attachClickHandler(document.getElementById(u),{},(function(e){var n=e.getBasicProfile(),o=n.getName(),t=n.getEmail();if(window.isUsingGoogleLogin){var r=e.getAuthResponse().id_token,l=[{name:"widget_id",value:a},{name:"email",value:t},{name:"full_name",value:o},{name:"id_token",value:r},{name:"nonce",value:i.find("#eael-login-nonce").val()}];y(l,"google")}}),(function(n){var o='<p class="eael-form-msg invalid"> Something went wrong! '.concat(n.error,"</p>");e.find(".eael-form-validation-container").html(o)}))})):console.log("gapi not defined or loaded")}if(m.length&&!isEditMode){var B=m.data("fb-appid");window.fbAsyncInit=function(){FB.init({appId:B,cookie:!0,xfbml:!0,version:"v8.0"}),FB.AppEvents.logPageView()},r=document,l="script",s="facebook-jssdk",d=r.getElementsByTagName(l)[0],r.getElementById(s)||((c=r.createElement(l)).id=s,c.src="https://connect.facebook.net/en_US/sdk.js",d.parentNode.insertBefore(c,d)),m.on("click",(function(){isLoggedInByFB||FB.login((function(e){"connected"===e.status?FB.api("/me",{fields:"id, name, email"},(function(e){window.isLoggedInByFB=!0;var n=[{name:"widget_id",value:a},{name:"email",value:e.email},{name:"full_name",value:e.name},{name:"user_id",value:e.id},{name:"access_token",value:FB.getAuthResponse().accessToken},{name:"nonce",value:i.find("#eael-login-nonce").val()}];y(n,"facebook")})):console.log("The person is not logged into our webpage or facebook is unable to tell.")}),{scope:"public_profile,email"})}))}if(f.on("click",(function(e){window.isUsingGoogleLogin=!0})),_){var x=w.data("strength-options");if("yes"!==x.show_pass_strength)return;b.on("keyup",(function(e){!function(){var e,n=b.val();if(n){w.css("display","block"),e=wp.passwordStrength.meter(n,wp.passwordStrength.userInputDisallowedList(),n);var o="",t="custom"===x.ps_text_type;switch(e){case-1:break;case 0:case 1:case 2:o=t?x.ps_text_bad:pwsL10n.bad,w.html(o).css("color","#ff2828");break;case 3:o=t?x.ps_text_good:pwsL10n.good,w.html(o).css("color","#9f871d");break;case 4:o=t?x.ps_text_strong:pwsL10n.strong,w.html(o).css("color","#5cb85c");break;case 5:w.html(pwsL10n.mismatch).css("color","#f0ad4e");break;default:o=t?x.ps_text_short:pwsL10n.short,w.html(o).css("color","#d9534f")}}else w.css("display","none")}()}))}}))}))}});
[+]
..
[-] logo-carousel.js
[edit]
[-] instagram-gallery.js
[edit]
[-] img-comparison.js
[edit]
[-] one-page-navigation.min.js
[edit]
[-] post-carousel.min.js
[edit]
[-] post-list.js
[edit]
[-] counter.js
[edit]
[-] advanced-menu.min.js
[edit]
[-] advanced-tooltip.min.js
[edit]
[-] woo-checkout-pro.min.js
[edit]
[-] instagram-gallery.min.js
[edit]
[-] section-parallax.min.js
[edit]
[-] progress-bar.min.js
[edit]
[-] ajax-post-search.js
[edit]
[-] offcanvas.min.js
[edit]
[-] image-scroller.js
[edit]
[-] post-carousel.js
[edit]
[-] mailchimp.js
[edit]
[-] img-comparison.min.js
[edit]
[-] twitter-feed-carousel.js
[edit]
[-] ajax-post-search.min.js
[edit]
[-] post-list.min.js
[edit]
[-] flip-carousel.min.js
[edit]
[-] dynamic-filter-gallery.min.js
[edit]
[-] lightbox.js
[edit]
[-] offcanvas.js
[edit]
[-] adv-google-map.min.js
[edit]
[-] learn-dash-course-list.js
[edit]
[-] testimonial-slider.min.js
[edit]
[-] image-hotspots.js
[edit]
[-] learn-dash-course-list.min.js
[edit]
[-] content-timeline.min.js
[edit]
[-] lightbox.min.js
[edit]
[-] woo-checkout-pro.js
[edit]
[-] section-particles.min.js
[edit]
[-] data-table.min.js
[edit]
[-] interactive-cards.js
[edit]
[-] dynamic-filter-gallery.js
[edit]
[-] login-register.js
[edit]
[-] team-member-carousel.min.js
[edit]
[-] counter.min.js
[edit]
[-] mailchimp.min.js
[edit]
[-] testimonial-slider.js
[edit]
[-] toggle.min.js
[edit]
[-] flip-carousel.js
[edit]
[-] image-hotspots.min.js
[edit]
[-] toggle.js
[edit]
[-] login-register.min.js
[edit]
[-] image-scroller.min.js
[edit]
[-] data-table.js
[edit]
[-] logo-carousel.min.js
[edit]
[-] section-parallax.js
[edit]
[-] advanced-tooltip.js
[edit]
[-] one-page-navigation.js
[edit]
[-] adv-google-map.js
[edit]
[-] twitter-feed-carousel.min.js
[edit]
[-] advanced-menu.js
[edit]
[-] content-timeline.js
[edit]
[-] progress-bar.js
[edit]
[-] interactive-cards.min.js
[edit]
[-] section-particles.js
[edit]
[-] team-member-carousel.js
[edit]