­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ ­ !function(){const csLocator="#dropdown_dashboard_currency";jQuery((function($){function tryInsertCurrencyDropdown(){const dashboardStatus=$("#woocommerce_dashboard_status"),dropdown=$(csLocator);if(dashboardStatus.length&&dropdown.length){const dashboard_dropdown=dropdown.clone();return dropdown.remove(),dashboard_dropdown.insertBefore(".sales-this-month a").show(),!0}return!1}if(!tryInsertCurrencyDropdown()){new MutationObserver((function(mutations,obs){tryInsertCurrencyDropdown()&&obs.disconnect()})).observe(document.body,{childList:!0,subtree:!0})}})),jQuery(document).on("change",csLocator,(function(){jQuery.ajax({url:ajaxurl,type:"post",data:{action:"wcml_dashboard_set_currency",currency:jQuery(csLocator).val(),wcml_nonce:wcml_admin_currency_selector.nonce},error:function(xhr){alert(xhr.responseJSON.data)},success:function(response){response.success&&(window.location=window.location.href)}})}))}();