Skip to content

Commit

Permalink
stuff (remove spinner instead of just hiding)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Jun 17, 2024
1 parent 943faef commit b718120
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ReplayBrowser/Pages/Shared/CompactProfileDisplay.razor
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
$("#content-text-" + "@ProfileId").html(fields.join("<br>"));
// Finish loading
$("#loading-spinner-" + "@ProfileId").addClass("hidden");
$("#loading-spinner-" + "@ProfileId").remove();
},
error: function(data) {
console.error(data);
Expand All @@ -71,7 +70,7 @@
}
// Finish loading
$("#loading-spinner-" + "@ProfileId").addClass("hidden");
$("#loading-spinner-" + "@ProfileId").remove();
}
});
});
Expand Down

0 comments on commit b718120

Please sign in to comment.