Loading Gif in Settings
-
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 = ''; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Loading Gif in Settings’ is closed to new replies.