mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
Added Ajax wheel to Existing Series when loading from the server.
This commit is contained in:
parent
6116fdb032
commit
ffadccb6f7
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ $(".addExistingButton").live('click', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
function reloadExistingSeries() {
|
function reloadExistingSeries() {
|
||||||
|
$('#existingSeries').html('<img src="../../Content/Images/ajax-loader.gif" />');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: existingSeriesUrl,
|
url: existingSeriesUrl,
|
||||||
success: function( data ) {
|
success: function( data ) {
|
||||||
|
|
Loading…
Reference in a new issue