Skip to content

Commit

Permalink
moving a line
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 11, 2024
1 parent e566064 commit 2f0c6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/js/sc_workbench.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ const datasetTree = new DatasetTree({
try {
await getDatasetInfo(datasetId);
await currentAnalysis.loadPreliminaryFigures(); // depends on dataset.id from getDatasetInfo
document.querySelector(UI.analysisSelect).disabled = false;
} catch (error) {
logErrorInConsole(error);

Expand All @@ -103,8 +104,6 @@ const datasetTree = new DatasetTree({
document.querySelector(UI.primaryInitialPlotContainer).classList.add("is-hidden");
}

document.querySelector(UI.analysisSelect).disabled = false;

})
});

Expand Down

0 comments on commit 2f0c6da

Please sign in to comment.