Skip to content

Commit

Permalink
I'm a big dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 11, 2024
1 parent f1c9234 commit 7a22ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/js/sc_workbench.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const datasetTree = new DatasetTree({
document.querySelector(UI.analysisSelect).disabled = true;
}

document.querySelector(UI.primaryFilterSection).classList.remove("is-hidden");
document.querySelector(UI.primaryInitialInfoSection).classList.remove("is-hidden");
document.querySelector(UI.primaryInitialPlotContainer).classList.remove("is-hidden");
try {
await getDatasetInfo(datasetId);
Expand Down Expand Up @@ -178,7 +178,7 @@ const getDatasetInfo = async (datasetId) => {

currentAnalysis.dataset = ds;

document.querySelector(UI.primaryInitialInfoSection).classList.remove("is-hidden");
document.querySelector(UI.primaryFilterSection).classList.remove("is-hidden");
document.querySelector(UI.selectedDatasetShapeInitialElt).textContent = currentAnalysis.dataset.shape();

createToast("Dataset loaded", "is-success");
Expand Down

0 comments on commit 7a22ea0

Please sign in to comment.