[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.17.181.181: ~ $
// This file is no longer used.
jQuery(function() {

    function ldrp_after_update_action( status ) {
        jQuery('#wrld-plugin-update-notice-spinner.spinner').removeClass('is-active');
        if ('yes'==jQuery('#wrld-plugin-update-notice').data('on_plugins_page')) {
            setTimeout(function(){location.reload();}, 500);
        } else {
            setTimeout(function(){window.location.href = jQuery('#wrld-plugin-update-notice').data('pluginspage');}, 500);
        }
        
    }

    function ldrp_after_update_error( status ) {
        jQuery('#wrld-plugin-update-notice-spinner.spinner').removeClass('is-active');
        jQuery('#wrld-plugin-update-notice').text('');
        jQuery('#wrld-plugin-update-notice-status').text(' ['+jQuery('#wrld-plugin-update-notice-spinner').data('failed_message') + ']');
        jQuery('#wrld-plugin-update-notice-status').trigger('focus');
    }

    jQuery('#wrld-plugin-update-notice').on('click', function() {
        let $this           = jQuery(this);
        let plugin_basename = $this.data('basename');

        jQuery('#wrld-plugin-update-notice-spinner.spinner').addClass('is-active');
        jQuery('#wrld-plugin-update-notice').text(jQuery('#wrld-plugin-update-notice-spinner').data('updating'));
        if ('yes'==$this.data('on_plugins_page')) {
            wp.updates.updatePlugin( {
                plugin:plugin_basename,
                slug:'learndash-reports-by-wisdmlabs',
                success:ldrp_after_update_action,
                error:ldrp_after_update_error
            });
        } else {
            wp.updates.ajax('update-plugin', 
            {
                plugin:plugin_basename, 
                slug:'learndash-reports-by-wisdmlabs', 
                success:ldrp_after_update_action, 
                error:ldrp_after_update_error
            });
        }
    });
});


Filemanager

Name Type Size Permission Actions
export Folder 0755
bul-export-admin-modal.js File 19.65 KB 0644
index.js File 1.05 KB 0644
installer.js File 1.25 KB 0644
wrld-modal.js File 730 B 0644
wrld-update.js File 1.83 KB 0644