We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943faef commit b718120Copy full SHA for b718120
ReplayBrowser/Pages/Shared/CompactProfileDisplay.razor
@@ -56,8 +56,7 @@
56
57
$("#content-text-" + "@ProfileId").html(fields.join("<br>"));
58
59
- // Finish loading
60
- $("#loading-spinner-" + "@ProfileId").addClass("hidden");
+ $("#loading-spinner-" + "@ProfileId").remove();
61
},
62
error: function(data) {
63
console.error(data);
@@ -71,7 +70,7 @@
71
70
}
72
73
// Finish loading
74
75
76
});
77
0 commit comments