jQuery(document).ready(function(){var a=jQuery("#dropdown_dashboard_currency").clone();jQuery("#dropdown_dashboard_currency").remove();a.insertBefore(".sales-this-month a").show();jQuery("#woocommerce_dashboard_status .wc_status_list li").css("display","table")});jQuery(document).on("change","#dropdown_dashboard_currency",function(){jQuery.ajax({url:ajaxurl,type:"post",data:{action:"wcml_dashboard_set_currency",currency:jQuery("#dropdown_dashboard_currency").val(),wcml_nonce:wcml_admin_currency_selector.nonce},error:function(c,a,b){alert(c.responseJSON.data)},success:function(a){if(a.success){window.location=window.location.href}}})});