Skip to content

Commit

Permalink
fix/hitide-ui-32
Browse files Browse the repository at this point in the history
  • Loading branch information
jbyrne committed Dec 18, 2023
1 parent 252c449 commit 7fcaace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jpl/dijit/ui/MetadataDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ define([
domAttr.set(this.metadataAlongAcrossRes, "innerHTML", resolutionString);
}
else
domAttr.set(this.metadataAlongAcrossRes, "innerHTML", "Not Available");
// domAttr.set(this.metadataAlongAcrossRes, "innerHTML", "Not Available");
domAttr.set(this.metadataAlongAcrossRes, "innerHTML", "Not Applicable");

/* Set date range */
var startDate = metadata["DatasetCoverage-StartTimeLong"];
Expand Down

0 comments on commit 7fcaace

Please sign in to comment.