From ffadccb6f78d9ec9fee71ffcd7556433fe09bf81 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 21 Feb 2012 23:46:09 -0800 Subject: [PATCH] Added Ajax wheel to Existing Series when loading from the server. --- NzbDrone.Web/Scripts/NzbDrone/addSeries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/NzbDrone.Web/Scripts/NzbDrone/addSeries.js b/NzbDrone.Web/Scripts/NzbDrone/addSeries.js index a96f6b421..2455de01f 100644 --- a/NzbDrone.Web/Scripts/NzbDrone/addSeries.js +++ b/NzbDrone.Web/Scripts/NzbDrone/addSeries.js @@ -55,6 +55,7 @@ $(".addExistingButton").live('click', function() { }); function reloadExistingSeries() { + $('#existingSeries').html(''); $.ajax({ url: existingSeriesUrl, success: function( data ) {