b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/download-monitor/assets/js/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/download-monitor/assets/js/download-duplicator.js

jQuery( function ( $ ) {

    $( '.dlm-duplicate-download' ).click( function () {

        $.post( ajaxurl, {
            action: 'dlm_download_duplicator_duplicate',
            nonce: $( this ).attr( 'data-value' ),
            download_id: $( this ).attr( 'rel' )
        }, function ( response ) {
            if( 'success' == response.result ) {
                window.location.href = response.success_url;
            }else {
                alert( 'Something went wrong while duplicating download. Please contact support.' );
            }
        } );

    } );

} );

Copyright © 2019 by b0y-101