Skip to content

Commit

Permalink
change open to select rois
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Sep 20, 2023
1 parent 42a9302 commit a8f392d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/labeling/pitfalls.js
Original file line number Diff line number Diff line change
Expand Up @@ -1431,7 +1431,6 @@ function addAnnot(e) {
height: 2*halfHeight,
style: {color: '#fcb000'},
};
// todo, saving an roi should change its color before writing.
label = annot;
$D.activeROI = annot;
const item = {};
Expand Down
2 changes: 1 addition & 1 deletion apps/labeling/pitfallsTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
rs.push(slide[key]);
}
});
const btn = `<button class="btn" data-id='${rs[0]}' onclick='openView(this)'>Open</button> &nbsp; <button style="background-color:#008000" class="btn" data-id='${rs[0]}' onclick='openGenericReview(this)'>Review</button>`;
const btn = `<button class="btn" data-id='${rs[0]}' onclick='openView(this)'>Select ROIs</button> &nbsp; <button style="background-color:#008000" class="btn" data-id='${rs[0]}' onclick='openGenericReview(this)'>Review</button>`;
rs.push(btn);
return rs;
})
Expand Down

0 comments on commit a8f392d

Please sign in to comment.