Skip to content

Commit

Permalink
actively show save btn
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 6, 2023
1 parent 9230d0f commit 3b26821
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/labeling/roiSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -1231,6 +1231,7 @@ function itsChangeHandler(x) {
function vtaChangeHandler(x) {
if (x.target.value >=0) {
document.getElementById('pitfalls_area').style.display = 'block';
document.getElementById('save').style.display = 'block';
} else {
// hide save button, tissue type, and pitfalls
document.getElementById('save').style.display = 'none';
Expand Down

0 comments on commit 3b26821

Please sign in to comment.