File: /var/www/shoetique/wp-content/themes/north-wp/assets/js/admin-meta.min.js
jQuery(document).ready(function(a){function b(){var b=a("#post-formats-select input:checked").attr("value");"undefined"!=typeof b&&(a("#post-body div[id^=post_meta_]").hide(),a("#post-body div[id^=post_meta_"+b+"]").stop(!0,!0).fadeIn(500))}a("#post-formats-select input").change(b),a(window).load(function(){b()});var c=jQuery("#import-demo-content");c.bind("click",function(a){a.preventDefault(),c.addClass("disabled").attr("disabled","disabled").unbind("click"),jQuery.ajax({method:"POST",url:ajaxurl,data:{action:"thb_import_ajax"},success:function(a){jQuery("#option-tree-header-wrap").before('<div id="message" class="updated fade below-h2"><p>'+a+" Theme Options updated.</p></div>")},complete:function(){window.location.href=window.location.href}})})});