• Resolved dbasilioesp

    (@dbasilioesp)


    Hi,

    The loading gif inside the settings reading page is not showing when the user click for a new group. I have inspected the code and find this piece that has to change:

    $.post(ajaxurl, data, function(response){
    	...
    }
    
    //Disable loading icon and enable button
    $('#spnAddRG').hide();
    $('#btnAddNewRG').attr('disabled', false);
    document.getElementById("jv-new-reading-group-text").value = '';

    change to:

    $.post(ajaxurl, data, function(response){
    	...
    	//Disable loading icon and enable button
    	$('#spnAddRG').hide();
    	$('#btnAddNewRG').attr('disabled', false);
    	document.getElementById("jv-new-reading-group-text").value = '';
    }

    https://ww.wp.xz.cn/plugins/wp-jv-post-reading-groups/

Viewing 1 replies (of 1 total)
  • Plugin Author Janos Ver

    (@janosver)

    Hi dbasilioesp,

    Thank you very much for taking the time to look into this issue and provide a fix. Much appreciated. I will add this fix to the next release of the plugin.

    Best Regards,
    Janos

Viewing 1 replies (of 1 total)

The topic ‘Loading Gif in Settings’ is closed to new replies.