Your IP : 216.73.217.176


Current Path : /home/bechata/mp/wp-content/uploads/2022/ejn73c/
Upload File :
Current File : /home/bechata/mp/wp-content/uploads/2022/ejn73c/githuber-md-mpp.js.tar

home/bechata/mp/wp-content/plugins/wp-githuber-md/assets/js/githuber-md-mpp.js000066600000001614151761466670023417 0ustar00(function($) {
    $(function() {

        $('#markdown-switch').click(function() {
            var md_this_post = window.markdown_this_post_config;

            if ($('input[name=markdown_this_post]:checked').length > 0) {
                var markdown_this_post = 'yes';
            } else {
                var markdown_this_post = 'no';
            }

            $.ajax({
                url: md_this_post.ajax_url,
                type: 'post',
                dataType: 'json',
                data: {
                    action: 'githuber_markdown_this_post',
                    post_id: md_this_post.post_id,
                    markdown_this_post: markdown_this_post
                },
                success: function(data) {
                    if (data.success) {
                        location.reload();
                    }
                }
            });
        });
    });
})(jQuery);