Added Ajax wheel to Existing Series when loading from the server.

This commit is contained in:
Mark McDowall 2012-02-21 23:46:09 -08:00
commit ffadccb6f7

View file

@ -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 ) {