// source --> https://25.asiabike.com/wp-content/plugins/userswp/assets/js/users-wp.min.js?ver=1.2.60 
jQuery(window).on("load",function(){uwp_init_auth_modal();uwp_switch_reg_form_init()});(function($,window,undefined){$(document).ready(function(){var showChar=uwp_localize_data.uwp_more_char_limit;var ellipsestext=uwp_localize_data.uwp_more_ellipses_text;var moretext=uwp_localize_data.uwp_more_text;var lesstext=uwp_localize_data.uwp_less_text;$(".uwp_more").each(function(){var content=$.trim($(this).text());var length=$(this).data("maxchar");if(length>0){showChar=length}if(content.length>showChar){var c=content.substr(0,showChar);var h=content.substr(showChar,content.length-showChar);var html=uwp_nl2br(c)+'<span class="uwp_more_ellipses">'+ellipsestext+'&nbsp;</span><span class="uwp_more_content"><span style="display: none;">'+uwp_nl2br(h)+'</span>&nbsp;&nbsp;<a href="" class="uwp_more_link">'+moretext+"</a></span>";$(this).html(html)}});$(".uwp_more_link").on("click",function(){if($(this).hasClass("uwp_less")){$(this).removeClass("uwp_less");$(this).html(moretext)}else{$(this).addClass("uwp_less");$(this).html(lesstext)}$(this).parent().prev().toggle();$(this).prev().toggle();return false});if(typeof Storage!=="undefined"){var $storage_key="uwp_list_view";var $list=jQuery(".uwp-users-loop > .row");if(!$list.length){$list=jQuery(".uwp-profile-cpt-loop > .row");$storage_key="uwp_cpt_list_view"}var $noStore=false;var uwp_list_view=localStorage.getItem($storage_key);setTimeout(function(){if(!uwp_list_view){$noStore=true;if($list.hasClass("row-cols-md-0")){uwp_list_view=0}else if($list.hasClass("row-cols-md-1")){uwp_list_view=1}else if($list.hasClass("row-cols-md-2")){uwp_list_view=2}else if($list.hasClass("row-cols-md-3")){uwp_list_view=3}else if($list.hasClass("row-cols-md-4")){uwp_list_view=4}else if($list.hasClass("row-cols-md-5")){uwp_list_view=5}else{uwp_list_view=3}}uwp_list_view_select(uwp_list_view,$noStore)},10)}})})(jQuery,window);(function($,window,undefined){var uwp_popup_type;$(document).ready(function(){$(".uwp-profile-modal-form-trigger").on("click",function(event){event.preventDefault();uwp_popup_type=$(this).data("type");var data={action:"uwp_ajax_image_crop_popup_form",type:uwp_popup_type};var container=jQuery("#uwp-popup-modal-wrap");container.show();jQuery.post(uwp_localize_data.ajaxurl,data,function(response){$(document.body).append("<div id='uwp-modal-backdrop'></div>");container.replaceWith(response)})})});$(document).ready(function(){$(".uwp_upload_file_remove").on("click",function(event){event.preventDefault();var $this=$(this);var htmlvar=$this.data("htmlvar");var uid=$this.data("uid");var data={action:"uwp_upload_file_remove",htmlvar:htmlvar,uid:uid,security:uwp_localize_data.basicNonce};if($this.closest("form").find(".uwp-field-error").length){$this.closest("form").find(".uwp-field-error").remove()}jQuery.ajax({url:uwp_localize_data.ajaxurl,type:"POST",data:data,dataType:"json"}).done(function(res,textStatus,jqXHR){if(res&&typeof res=="object"){if(res.success){$("#"+htmlvar+"_row").find(".uwp_file_preview_wrap").remove();$("#"+htmlvar).closest("td").find(".uwp_file_preview_wrap").remove();if($("input[name="+htmlvar+"]").data("is-required")){$("input[name="+htmlvar+"]").prop("required",true)}}else if(res.data&&typeof res.data=="object"&&res.data.message){$this.parent(".uwp_file_preview_wrap").append('<div class="uwp-field-error">'+res.data.message+"</div>")}}})})})})(jQuery,window);(function($,window,undefined){$(document).ready(function(){$("#uwp_layout").on("change",function(){var layout=$(this).val();var container=$("#uwp_user_items_layout");container.removeClass();if(layout=="list"){container.addClass("uwp-users-list-wrap uwp_listview")}else if(layout=="2col"){container.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_2col")}else if(layout=="3col"){container.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_3col")}else if(layout=="4col"){container.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_4col")}else if(layout=="5col"){container.addClass("uwp-users-list-wrap uwp_gridview uwp_gridview_5col")}else{container.addClass("uwp-users-list-wrap uwp_listview")}});jQuery(document).ready(function($){$("#uwp_login_modal form.uwp-login-form").on("submit",function(e){e.preventDefault();uwp_ajax_login(this)})});function uwp_ajax_login($this){$("#uwp_login_modal .uwp-login-ajax-notice").remove();var data=jQuery($this).serialize()+"&action=uwp_ajax_login";jQuery.post(uwp_localize_data.ajaxurl,data,function(response){response=jQuery.parseJSON(response);if(response.error){$("#uwp_login_modal form.uwp-login-form").before(response.message)}else{$("#uwp_login_modal form.uwp-login-form").before(response.message);setTimeout(function(){location.reload()},1200)}})}})})(jQuery,window);function uwp_nl2br(str,is_xhtml){var breakTag=is_xhtml||typeof is_xhtml==="undefined"?"<br />":"<br>";return(str+"").replace(/([^>\r\n]?)(\r\n|\n\r|\r|\n)/g,"$1"+breakTag+"$2")}function uwp_list_view_select($val,$noStore){var $storage_key="uwp_list_view";var $list=jQuery(".uwp-users-loop > .row");if(!$list.length){$list=jQuery(".uwp-profile-cpt-loop > .row");$storage_key="uwp_cpt_list_view"}var $listSelect=jQuery(".uwp-list-view-select");if($val==0){$list.removeClass("row-cols-sm-2 row-cols-md-2 row-cols-md-3 row-cols-md-4 row-cols-md-5").addClass("row-cols-md-0");$listSelect.find("button").removeClass("active");$listSelect.find("button.uwp-list-view-select-list").addClass("active")}else{$listSelect.find("button").removeClass("active");$listSelect.find("button.uwp-list-view-select-grid").addClass("active");$listSelect.find('button[data-gridview="'+$val+'"]').addClass("active");$list.removeClass("row-cols-md-0 row-cols-md-2 row-cols-md-3 row-cols-md-4 row-cols-md-5").addClass("row-cols-sm-2 row-cols-md-"+$val)}if(!$noStore){localStorage.setItem($storage_key,$val)}}function uwp_profile_image_change(type){jQuery(".uwp-profile-image-change-modal").remove();var $modal='<div class="modal fade uwp-profile-image-change-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-profile-modal-title" aria-hidden="true"><div class="modal-dialog modal-lg"><div class="modal-content"><div class="modal-header"><h5 class="modal-title" id="uwp-profile-modal-title"></h5></div><div class="modal-body text-center"><i class="fas fa-circle-notch fa-spin fa-3x"></i></div></div></div></div>';jQuery("body").append($modal);if(window.bootstrap&&window.bootstrap.Modal){var authModal=new window.bootstrap.Modal(document.querySelector(".uwp-profile-image-change-modal"));authModal.show()}else{jQuery(".uwp-profile-image-change-modal").modal({backdrop:"static"})}var data={action:"uwp_ajax_image_crop_popup_form",type:type,style:"bootstrap"};jQuery.post(uwp_localize_data.ajaxurl,data,function(response){jQuery(".uwp-profile-image-change-modal .modal-content").html(response)})}function uwp_init_auth_modal(){if(uwp_localize_data.login_modal){jQuery('.users-wp-login-nav a, .uwp-login-link, [data-uwp-link="login"]').off("click");jQuery('.users-wp-login-nav a, .uwp-login-link, [data-uwp-link="login"]').on("click",function(e){uwp_cancelBubble(e);uwp_modal_login_form();return false})}if(uwp_localize_data.register_modal){jQuery('.users-wp-register-nav a, .uwp-register-link, [data-uwp-link="register"]').off("click");jQuery('.users-wp-register-nav a, .uwp-register-link, [data-uwp-link="register"]').on("click",function(e){uwp_cancelBubble(e);uwp_modal_register_form();return false})}if(uwp_localize_data.forgot_modal){jQuery('.users-wp-forgot-nav a, .uwp-forgot-password-link, [data-uwp-link="forgot-password"]').off("click");jQuery('.users-wp-forgot-nav a, .uwp-forgot-password-link, [data-uwp-link="forgot-password"]').on("click",function(e){uwp_cancelBubble(e);uwp_modal_forgot_password_form();return false})}}function uwp_modal_loading(inputs){$input_single='<span class="badge badge-pill badge-light p-3 mt-3 w-100 bg-loading">&nbsp;</span>';$inputs=inputs?$input_single.repeat(inputs):$input_single;var $modal_content='<div class="modal-header">'+'<span class="badge badge-pill badge-light p-0 mt-2 w-25 bg-loading">&nbsp;</span></div>'+'<div class="modal-body text-center">'+$inputs+"</div>";var $modal='<div class="modal fade uwp-auth-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-profile-modal-title" aria-hidden="true">'+'<div class="modal-dialog modal-dialog-centered">'+'<div class="modal-content">'+$modal_content+"</div></div></div>";if(!jQuery(".uwp-auth-modal").length){jQuery("body").append($modal)}else{jQuery(".uwp-auth-modal .modal-content").html($modal_content)}jQuery(".modal-backdrop").remove();if(window.bootstrap&&window.bootstrap.Modal){var authModal=new window.bootstrap.Modal(document.querySelector(".uwp-auth-modal"));authModal.show()}else{jQuery(".uwp-auth-modal").modal()}}function uwp_modal_login_form(){var data={action:"uwp_ajax_login_form"};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){uwp_modal_loading(4)},success:function(data){if(data.success){jQuery(".uwp-auth-modal .modal-content").html(data.data);setTimeout(function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")},300);jQuery(".uwp-auth-modal .modal-content form.uwp-login-form").on("submit",function(e){e.preventDefault(e);uwp_modal_login_form_process()})}uwp_init_auth_modal()}})}function uwp_maybe_check_recaptcha($form){if(typeof uwp_recaptcha_loops==="undefined"||!uwp_recaptcha_loops){uwp_recaptcha_loops=1}if(jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").length&&jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").val()==""){setTimeout(function(){jQuery('.uwp-auth-modal .modal-content button[type="submit"] i.fa-spin,.uwp-auth-modal .modal-content button[type="submit"] svg.fa-spin').remove();if(uwp_recaptcha_loops>=6){jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").prop("disabled",false);jQuery(".uwp-auth-modal .modal-content .uwp_register_submit").prop("disabled",false);jQuery(".uwp-auth-modal .modal-content .uwp_forgot_submit").prop("disabled",false);jQuery(".uwp-auth-modal .modal-content .uwp-captcha-render").addClass("alert alert-danger");if(jQuery(".uwp-auth-modal .modal-content .modal-error").html()==""){jQuery(".uwp-auth-modal .modal-content .modal-error").html("<div class='alert alert-danger'>"+uwp_localize_data.error_retry+"</div>")}return false}if($form=="login"){uwp_modal_login_form_process()}else if($form=="register"){uwp_modal_register_form_process()}else if($form=="forgot"){uwp_modal_forgot_password_form_process()}},500);uwp_recaptcha_loops++;return false}uwp_recaptcha_loops=0;return true}function uwp_maybe_reset_recaptcha(){if(jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").length){var id=jQuery(".uwp-auth-modal .modal-content .g-recaptcha-response").attr("id");uwp_reset_captcha(id)}document.dispatchEvent(new Event("ayecode_reset_captcha"))}function uwp_modal_login_form_process(){var data=jQuery(".modal-content form.uwp-login-form").serialize()+"&action=uwp_ajax_login";$button_text=jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html();jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html("");return uwp_maybe_check_recaptcha("login")},success:function(data){if(data.success==true){jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html($button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);if(data.data.is_2fa){jQuery(".modal-content form.uwp-login-form").replaceWith(data.data.html);jQuery(".uwp-auth-modal .modal-content form.validate_2fa_form").on("submit",function(e){e.preventDefault(e);uwp_modal_login_form_2fa_process("form.validate_2fa_form","")});jQuery(".uwp-auth-modal .modal-content form.validate_2fa_backup_codes_form").on("submit",function(e){e.preventDefault(e);uwp_modal_login_form_2fa_process("form.validate_2fa_backup_codes_form","")});jQuery(".uwp-auth-modal .modal-content .uwp-2fa-email-resend").on("click",function(e){e.preventDefault(e);uwp_modal_login_form_2fa_process("form.validate_2fa_form","&wp-2fa-email-code-resend=1")})}else{if(data.data.redirect){setTimeout(function(){location.href=data.data.redirect},1e3)}else{setTimeout(function(){location.reload()},1e3)}}}else if(data.success===false){jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);jQuery(".uwp-auth-modal .modal-content .uwp_login_submit").html($button_text).prop("disabled",false);uwp_maybe_reset_recaptcha()}uwp_init_auth_modal()}})}function uwp_modal_login_form_2fa_process(type,fields){var data=jQuery(".modal-content "+type).serialize()+"&action=uwp_ajax_login_process_2fa"+fields;$button=jQuery(".uwp-auth-modal .modal-content "+type).find(".uwp-2fa-submit");$button_text=$button.html();jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){$button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html("")},success:function(data){if(data.success==true){$button.html($button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);if(data.data.redirect){setTimeout(function(){location.href=data.data.redirect},1e3)}else{setTimeout(function(){location.reload()},1e3)}}else if(data.success===false){jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);$button.html($button_text).prop("disabled",false)}uwp_init_auth_modal()}})}function uwp_modal_register_form(form_id){var data={action:"uwp_ajax_register_form",form_id:form_id};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){uwp_modal_loading(6)},success:function(data){if(data.success){jQuery(".uwp-auth-modal .modal-content").html(data.data);setTimeout(function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")},300);jQuery(".uwp-auth-modal .modal-content form.uwp-registration-form").submit(function(e){e.preventDefault(e);uwp_modal_register_form_process()})}uwp_init_auth_modal();aui_init_select2();uwp_switch_reg_form_init();aui_init()}})}function uwp_load_register_form(form_id,form,activeElement){var data={action:"uwp_ajax_register_form",form_id:form_id};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){jQuery(document).trigger("uwp_form_loading",{form_id:form_id,form:form});if(activeElement){activeElement.addClass("active")}var $inputDivs=form.find("input, select, textarea").not("#uwp-form-type-select");var $placeholder='<div class="badge badge-pill badge-light p-3 mt-3 w-100 bg-loading">&nbsp;</div>';$inputDivs.each(function(){jQuery(this).replaceWith($placeholder)});form.children().not(".badge, #uwp-form-select").remove()},success:function(data){if(data.success){var $returnedForm=jQuery(data.data).find("form");var $formSelector=form.find("#uwp-form-select");form.html($returnedForm.html());if(!$returnedForm.find("#uwp-form-select").length&&!$returnedForm.find("#uwp-form-select-ajax").length&&$formSelector){form.prepend($formSelector)}form.find("#uwp-form-select-ajax").attr("id","uwp-form-select");jQuery(document).trigger("uwp_form_loaded",{form_id:form_id,form:form,html:data.data})}uwp_init_auth_modal();aui_init_select2();uwp_switch_reg_form_init()}})}function uwp_switch_reg_form_init(){jQuery("#uwp-form-select-ajax a").off("click.uwpSwitchRegForm").on("click.uwpSwitchRegForm",function(e){e.preventDefault(e);var form_id=jQuery(this).attr("data-form_id");uwp_modal_register_form(form_id)});jQuery("#uwp-form-select-ajax select#uwp-form-type-select").off("change.uwpSwitchRegForm").on("change.uwpSwitchRegForm",function(e){var form_id=jQuery(this).find("option:selected").attr("data-form_id");uwp_modal_register_form(form_id)});jQuery("#uwp-form-select a").off("click.uwpSwitchRegForm").on("click.uwpSwitchRegForm",function(e){e.preventDefault(e);var self=jQuery(this);var form_id=self.attr("data-form_id");var form=self.parents("form");jQuery("#uwp-form-select a").removeClass("active");uwp_load_register_form(form_id,form,self)});jQuery("#uwp-form-select select#uwp-form-type-select").off("change.uwpSwitchRegForm").on("change.uwpSwitchRegForm",function(e){var self=jQuery(this);var form_id=self.find("option:selected").attr("data-form_id");var form=self.parents("form");uwp_load_register_form(form_id,form)})}function uwp_modal_register_form_process(){var data=jQuery(".modal-content form.uwp-registration-form").serialize()+"&action=uwp_ajax_register";$button=jQuery(".uwp-auth-modal .modal-content .uwp_register_submit");$button_text=$button.html();jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){$button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html("");return uwp_maybe_check_recaptcha("register")},success:function(data){if(data.success){$button.html($button_text).prop("disabled",true);if(data.data.message){jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);jQuery(".modal-content form.uwp-registration-form").trigger("reset");setTimeout(function(){if(data.data.redirect){window.location=data.data.redirect}},3e3)}else{jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message)}}else if(data.success===false){jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data.message);$button.html($button_text).prop("disabled",false);uwp_maybe_reset_recaptcha()}uwp_init_auth_modal();aui_init_select2();uwp_switch_reg_form_init()}})}function uwp_modal_forgot_password_form(){var data={action:"uwp_ajax_forgot_password_form"};jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){uwp_modal_loading(2)},success:function(data){if(data.success){jQuery(".uwp-auth-modal .modal-content").html(data.data);setTimeout(function(){jQuery(".uwp-auth-modal .modal-content input:visible:enabled:first").focus().unbind("focus")},300);jQuery(".uwp-auth-modal .modal-content form.uwp-forgot-form").on("submit",function(e){e.preventDefault(e);uwp_modal_forgot_password_form_process()})}uwp_init_auth_modal()}})}function uwp_modal_forgot_password_form_process(){var data=jQuery(".modal-content form.uwp-forgot-form").serialize()+"&action=uwp_ajax_forgot_password";$button=jQuery(".uwp-auth-modal .modal-content .uwp_forgot_submit");$button_text=$button.html();jQuery.ajax({type:"POST",url:uwp_localize_data.ajaxurl,data:data,beforeSend:function(){$button.html('<i class="fas fa-circle-notch fa-spin"></i> '+$button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html("");return uwp_maybe_check_recaptcha("forgot")},success:function(data){if(data.success){$button.html($button_text).prop("disabled",true);jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data);setTimeout(function(){jQuery(".uwp-auth-modal").modal("hide")},2e3)}else if(data.success===false){jQuery(".uwp-auth-modal .modal-content .modal-error").html(data.data);$button.html($button_text).prop("disabled",false);uwp_maybe_reset_recaptcha()}uwp_init_auth_modal()}})}function uwp_checkPasswordStrength($pass1,$pass2,$strengthResult,$submitButton,blacklistArray){var pass1=$pass1.val();var pass2=$pass2.val();if(!jQuery("#uwp-password-strength").length&&pass1){if($pass2.length){$container=$pass2.closest(".uwp-password-wrap")}else{$container=$pass1.closest(".uwp-password-wrap")}$container.append('<div class="progress mt-1"><div id="uwp-password-strength" class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100" style="width: 0;"></div></div>');$strengthResult=jQuery("#uwp-password-strength")}else if(!pass1&&!pass2){$strengthResult.parent().remove()}if(parseInt(uwp_localize_data.uwp_pass_strength)>0){$submitButton.attr("disabled","disabled")}$strengthResult.removeClass("short bad good strong bg-warning bg-success bg-danger");blacklistArray=blacklistArray.concat(wp.passwordStrength.userInputDisallowedList());var strength=wp.passwordStrength.meter(pass1,blacklistArray,pass2);switch(strength){case-1:$strengthResult.addClass("short bg-danger").html(pwsL10n.unknown);break;case 2:$strengthResult.addClass("bad bg-warning").html(pwsL10n.bad).width("50%");break;case 3:$strengthResult.addClass("good bg-success").html(pwsL10n.good).width("75%");break;case 4:$strengthResult.addClass("strong bg-success").html(pwsL10n.strong).width("100%");break;case 5:$strengthResult.addClass("short bg-danger").html(pwsL10n.mismatch).width("25%");break;default:$strengthResult.addClass("short bg-danger").html(pwsL10n.short).width("25%")}if(parseInt(uwp_localize_data.uwp_pass_strength)>0){if($pass2.length){$container=$pass2.closest(".uwp-password-wrap")}else{$container=$pass1.closest(".uwp-password-wrap")}$container.find("small").remove();if(4==parseInt(uwp_localize_data.uwp_pass_strength)&&strength===4){$submitButton.removeAttr("disabled")}else if(3==parseInt(uwp_localize_data.uwp_pass_strength)&&(strength===3||strength===4)){$submitButton.removeAttr("disabled")}else{$container.append("<small>"+uwp_localize_data.uwp_strong_pass_msg+"</small>")}}return strength}function uwp_cancelBubble(e){var evt=e?e:window.event;if(evt.stopPropagation)evt.stopPropagation();if(evt.cancelBubble!=null)evt.cancelBubble=true}function uwp_gd_delete_post($post_id){var message=geodir_params.my_place_listing_del;if(confirm(message)){jQuery.ajax({url:uwp_localize_data.ajaxurl,type:"POST",dataType:"json",data:{action:"geodir_user_delete_post",security:geodir_params.basic_nonce,post_id:$post_id},timeout:2e4,success:function(data){if(data.success){var $modal_content='<div class="alert alert-success m-0"><i class="fas fa-check-circle"></i> '+data.data.message+"</div>"}else{var $modal_content='<div class="alert alert-danger m-0"><i class="fas fa-exclamation-circle"></i> '+data.data.message+"</div>"}var $modal='<div class="modal fade uwp-gd-modal bsui" tabindex="-1" role="dialog" aria-labelledby="uwp-gd-modal-title" aria-hidden="true">'+'<div class="modal-dialog modal-dialog-centered">'+'<div class="modal-content">'+$modal_content+"</div></div></div>";if(!jQuery(".uwp-gd-modal").length){jQuery("body").append($modal)}else{jQuery(".uwp-gd-modal .modal-content").html($modal_content)}if(window.bootstrap&&window.bootstrap.Modal){var authModal=new window.bootstrap.Modal(document.querySelector(".uwp-gd-modal"));authModal.show()}else{jQuery(".uwp-gd-modal").modal()}if(data.success){setTimeout(function(){location.reload()},3e3)}}});return true}else{return false}};
// source --> https://25.asiabike.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.6.2 
/*!
 * jQuery blockUI plugin
 * Version 2.70.0-2014.11.23
 * Requires jQuery v1.7 or later
 *
 * Examples at: http://malsup.com/jquery/block/
 * Copyright (c) 2007-2013 M. Alsup
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Thanks to Amir-Hossein Sobhi for some excellent contributions!
 */
!function(){"use strict";function e(e){e.fn._fadeIn=e.fn.fadeIn;var t=e.noop||function(){},o=/MSIE/.test(navigator.userAgent),n=/MSIE 6.0/.test(navigator.userAgent)&&!/MSIE 8.0/.test(navigator.userAgent),i=(document.documentMode,"function"==typeof document.createElement("div").style.setExpression&&document.createElement("div").style.setExpression);e.blockUI=function(e){d(window,e)},e.unblockUI=function(e){a(window,e)},e.growlUI=function(t,o,n,i){var s=e('<div class="growlUI"></div>');t&&s.append("<h1>"+t+"</h1>"),o&&s.append("<h2>"+o+"</h2>"),n===undefined&&(n=3e3);var l=function(t){t=t||{},e.blockUI({message:s,fadeIn:"undefined"!=typeof t.fadeIn?t.fadeIn:700,fadeOut:"undefined"!=typeof t.fadeOut?t.fadeOut:1e3,timeout:"undefined"!=typeof t.timeout?t.timeout:n,centerY:!1,showOverlay:!1,onUnblock:i,css:e.blockUI.defaults.growlCSS})};l();s.css("opacity");s.on("mouseover",function(){l({fadeIn:0,timeout:3e4});var t=e(".blockMsg");t.stop(),t.fadeTo(300,1)}).on("mouseout",function(){e(".blockMsg").fadeOut(1e3)})},e.fn.block=function(t){if(this[0]===window)return e.blockUI(t),this;var o=e.extend({},e.blockUI.defaults,t||{});return this.each(function(){var t=e(this);o.ignoreIfBlocked&&t.data("blockUI.isBlocked")||t.unblock({fadeOut:0})}),this.each(function(){"static"==e.css(this,"position")&&(this.style.position="relative",e(this).data("blockUI.static",!0)),this.style.zoom=1,d(this,t)})},e.fn.unblock=function(t){return this[0]===window?(e.unblockUI(t),this):this.each(function(){a(this,t)})},e.blockUI.version=2.7,e.blockUI.defaults={message:"<h1>Please wait...</h1>",title:null,draggable:!0,theme:!1,css:{padding:0,margin:0,width:"30%",top:"40%",left:"35%",textAlign:"center",color:"#000",border:"3px solid #aaa",backgroundColor:"#fff",cursor:"wait"},themedCSS:{width:"30%",top:"40%",left:"35%"},overlayCSS:{backgroundColor:"#000",opacity:.6,cursor:"wait"},cursorReset:"default",growlCSS:{width:"350px",top:"10px",left:"",right:"10px",border:"none",padding:"5px",opacity:.6,cursor:"default",color:"#fff",backgroundColor:"#000","-webkit-border-radius":"10px","-moz-border-radius":"10px","border-radius":"10px"},iframeSrc:/^https/i.test(window.location.href||"")?"javascript:false":"about:blank",forceIframe:!1,baseZ:1e3,centerX:!0,centerY:!0,allowBodyStretch:!0,bindEvents:!0,constrainTabKey:!0,fadeIn:200,fadeOut:400,timeout:0,showOverlay:!0,focusInput:!0,focusableElements:":input:enabled:visible",onBlock:null,onUnblock:null,onOverlayClick:null,quirksmodeOffsetHack:4,blockMsgClass:"blockMsg",ignoreIfBlocked:!1};var s=null,l=[];function d(d,c){var u,b,h=d==window,k=c&&c.message!==undefined?c.message:undefined;if(!(c=e.extend({},e.blockUI.defaults,c||{})).ignoreIfBlocked||!e(d).data("blockUI.isBlocked")){if(c.overlayCSS=e.extend({},e.blockUI.defaults.overlayCSS,c.overlayCSS||{}),u=e.extend({},e.blockUI.defaults.css,c.css||{}),c.onOverlayClick&&(c.overlayCSS.cursor="pointer"),b=e.extend({},e.blockUI.defaults.themedCSS,c.themedCSS||{}),k=k===undefined?c.message:k,h&&s&&a(window,{fadeOut:0}),k&&"string"!=typeof k&&(k.parentNode||k.jquery)){var y=k.jquery?k[0]:k,m={};e(d).data("blockUI.history",m),m.el=y,m.parent=y.parentNode,m.display=y.style.display,m.position=y.style.position,m.parent&&m.parent.removeChild(y)}e(d).data("blockUI.onUnblock",c.onUnblock);var g,v,I,w,U=c.baseZ;g=o||c.forceIframe?e('<iframe class="blockUI" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;position:absolute;width:100%;height:100%;top:0;left:0" src="'+c.iframeSrc+'"></iframe>'):e('<div class="blockUI" style="display:none"></div>'),v=c.theme?e('<div class="blockUI blockOverlay ui-widget-overlay" style="z-index:'+U+++';display:none"></div>'):e('<div class="blockUI blockOverlay" style="z-index:'+U+++';display:none;border:none;margin:0;padding:0;width:100%;height:100%;top:0;left:0"></div>'),c.theme&&h?(w='<div class="blockUI '+c.blockMsgClass+' blockPage ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:fixed">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):c.theme?(w='<div class="blockUI '+c.blockMsgClass+' blockElement ui-dialog ui-widget ui-corner-all" style="z-index:'+(U+10)+';display:none;position:absolute">',c.title&&(w+='<div class="ui-widget-header ui-dialog-titlebar ui-corner-all blockTitle">'+(c.title||"&nbsp;")+"</div>"),w+='<div class="ui-widget-content ui-dialog-content"></div>',w+="</div>"):w=h?'<div class="blockUI '+c.blockMsgClass+' blockPage" style="z-index:'+(U+10)+';display:none;position:fixed"></div>':'<div class="blockUI '+c.blockMsgClass+' blockElement" style="z-index:'+(U+10)+';display:none;position:absolute"></div>',I=e(w),k&&(c.theme?(I.css(b),I.addClass("ui-widget-content")):I.css(u)),c.theme||v.css(c.overlayCSS),v.css("position",h?"fixed":"absolute"),(o||c.forceIframe)&&g.css("opacity",0);var x=[g,v,I],C=e(h?"body":d);e.each(x,function(){this.appendTo(C)}),c.theme&&c.draggable&&e.fn.draggable&&I.draggable({handle:".ui-dialog-titlebar",cancel:"li"});var S=i&&(!e.support.boxModel||e("object,embed",h?null:d).length>0);if(n||S){if(h&&c.allowBodyStretch&&e.support.boxModel&&e("html,body").css("height","100%"),(n||!e.support.boxModel)&&!h)var E=p(d,"borderTopWidth"),O=p(d,"borderLeftWidth"),T=E?"(0 - "+E+")":0,M=O?"(0 - "+O+")":0;e.each(x,function(e,t){var o=t[0].style;if(o.position="absolute",e<2)h?o.setExpression("height","Math.max(document.body.scrollHeight, document.body.offsetHeight) - (jQuery.support.boxModel?0:"+c.quirksmodeOffsetHack+') + "px"'):o.setExpression("height",'this.parentNode.offsetHeight + "px"'),h?o.setExpression("width",'jQuery.support.boxModel && document.documentElement.clientWidth || document.body.clientWidth + "px"'):o.setExpression("width",'this.parentNode.offsetWidth + "px"'),M&&o.setExpression("left",M),T&&o.setExpression("top",T);else if(c.centerY)h&&o.setExpression("top",'(document.documentElement.clientHeight || document.body.clientHeight) / 2 - (this.offsetHeight / 2) + (blah = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "px"'),o.marginTop=0;else if(!c.centerY&&h){var n="((document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop) + "+(c.css&&c.css.top?parseInt(c.css.top,10):0)+') + "px"';o.setExpression("top",n)}})}if(k&&(c.theme?I.find(".ui-widget-content").append(k):I.append(k),(k.jquery||k.nodeType)&&e(k).show()),(o||c.forceIframe)&&c.showOverlay&&g.show(),c.fadeIn){var B=c.onBlock?c.onBlock:t,j=c.showOverlay&&!k?B:t,H=k?B:t;c.showOverlay&&v._fadeIn(c.fadeIn,j),k&&I._fadeIn(c.fadeIn,H)}else c.showOverlay&&v.show(),k&&I.show(),c.onBlock&&c.onBlock.bind(I)();if(r(1,d,c),h?(s=I[0],l=e(c.focusableElements,s),c.focusInput&&setTimeout(f,20)):function(e,t,o){var n=e.parentNode,i=e.style,s=(n.offsetWidth-e.offsetWidth)/2-p(n,"borderLeftWidth"),l=(n.offsetHeight-e.offsetHeight)/2-p(n,"borderTopWidth");t&&(i.left=s>0?s+"px":"0");o&&(i.top=l>0?l+"px":"0")}(I[0],c.centerX,c.centerY),c.timeout){var z=setTimeout(function(){h?e.unblockUI(c):e(d).unblock(c)},c.timeout);e(d).data("blockUI.timeout",z)}}}function a(t,o){var n,i,d=t==window,a=e(t),u=a.data("blockUI.history"),f=a.data("blockUI.timeout");f&&(clearTimeout(f),a.removeData("blockUI.timeout")),o=e.extend({},e.blockUI.defaults,o||{}),r(0,t,o),null===o.onUnblock&&(o.onUnblock=a.data("blockUI.onUnblock"),a.removeData("blockUI.onUnblock")),i=d?e(document.body).children().filter(".blockUI").add("body > .blockUI"):a.find(">.blockUI"),o.cursorReset&&(i.length>1&&(i[1].style.cursor=o.cursorReset),i.length>2&&(i[2].style.cursor=o.cursorReset)),d&&(s=l=null),o.fadeOut?(n=i.length,i.stop().fadeOut(o.fadeOut,function(){0==--n&&c(i,u,o,t)})):c(i,u,o,t)}function c(t,o,n,i){var s=e(i);if(!s.data("blockUI.isBlocked")){t.each(function(e,t){this.parentNode&&this.parentNode.removeChild(this)}),o&&o.el&&(o.el.style.display=o.display,o.el.style.position=o.position,o.el.style.cursor="default",o.parent&&o.parent.appendChild(o.el),s.removeData("blockUI.history")),s.data("blockUI.static")&&s.css("position","static"),"function"==typeof n.onUnblock&&n.onUnblock(i,n);var l=e(document.body),d=l.width(),a=l[0].style.width;l.width(d-1).width(d),l[0].style.width=a}}function r(t,o,n){var i=o==window,l=e(o);if((t||(!i||s)&&(i||l.data("blockUI.isBlocked")))&&(l.data("blockUI.isBlocked",t),i&&n.bindEvents&&(!t||n.showOverlay))){var d="mousedown mouseup keydown keypress keyup touchstart touchend touchmove";t?e(document).on(d,n,u):e(document).off(d,u)}}function u(t){if("keydown"===t.type&&t.keyCode&&9==t.keyCode&&s&&t.data.constrainTabKey){var o=l,n=!t.shiftKey&&t.target===o[o.length-1],i=t.shiftKey&&t.target===o[0];if(n||i)return setTimeout(function(){f(i)},10),!1}var d=t.data,a=e(t.target);return a.hasClass("blockOverlay")&&d.onOverlayClick&&d.onOverlayClick(t),a.parents("div."+d.blockMsgClass).length>0||0===a.parents().children().filter("div.blockUI").length}function f(e){if(l){var t=l[!0===e?l.length-1:0];t&&t.trigger("focus")}}function p(t,o){return parseInt(e.css(t,o),10)||0}}"function"==typeof define&&define.amd&&define.amd.jQuery?define(["jquery"],e):e(jQuery)}();