mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-28 00:53:26 +01:00
Added Ajax wheel to Existing Series when loading from the server.
This commit is contained in:
@@ -55,6 +55,7 @@ $(".addExistingButton").live('click', function() {
|
||||
});
|
||||
|
||||
function reloadExistingSeries() {
|
||||
$('#existingSeries').html('<img src="../../Content/Images/ajax-loader.gif" />');
|
||||
$.ajax({
|
||||
url: existingSeriesUrl,
|
||||
success: function( data ) {
|
||||
|
||||
Reference in New Issue
Block a user