loader: don't gray out page

This commit is contained in:
Matthias Wirth
2022-07-31 13:38:32 +02:00
parent fbee55fd38
commit ec53cc8707
2 changed files with 1 additions and 2 deletions

View File

@@ -1890,7 +1890,7 @@ function startPage() {
selectAllPlanes();
if (!heatmap)
jQuery("#loader").addClass("hidden");
jQuery("#loader").hide();
if (replay) {
showReplayBar();