Skip to content

Commit b718120

Browse files
committed
stuff (remove spinner instead of just hiding)
1 parent 943faef commit b718120

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ReplayBrowser/Pages/Shared/CompactProfileDisplay.razor

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@
5656
5757
$("#content-text-" + "@ProfileId").html(fields.join("<br>"));
5858
59-
// Finish loading
60-
$("#loading-spinner-" + "@ProfileId").addClass("hidden");
59+
$("#loading-spinner-" + "@ProfileId").remove();
6160
},
6261
error: function(data) {
6362
console.error(data);
@@ -71,7 +70,7 @@
7170
}
7271
7372
// Finish loading
74-
$("#loading-spinner-" + "@ProfileId").addClass("hidden");
73+
$("#loading-spinner-" + "@ProfileId").remove();
7574
}
7675
});
7776
});

0 commit comments

Comments
 (0)