Skip to content

Commit

Permalink
clean up msg and link
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 6, 2023
1 parent 3729a34 commit 07006bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/labeling/roiSelectTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
function openView(e) {
const oid = e.dataset.id;
if (oid) {
window.location.href = `./pitfalls.html?slideId=${oid}&collectionId=${cid}`;
window.location.href = `./roiSelection.html?slideId=${oid}&collectionId=${cid}`;
} else {
alert("No Data Id");
}
Expand Down
7 changes: 4 additions & 3 deletions apps/labeling/roiSelection.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ <h5 class="modal-title" style="font-size: 1.5rem;">Modal title</h5>
Other Regions</label
></div>
-->
<p id="new_roi_warn">
<b>Double click a location to create or reposition an ROI</b>
</p>
<div style="padding: 0 0 0.5rem 0.3rem">
<label>
<input type="radio" name="roi_type" value="Evaluable for sTILs" disabled /> Evaluable for sTILs </label>
Expand All @@ -334,9 +337,7 @@ <h5 class="modal-title" style="font-size: 1.5rem;">Modal title</h5>
<label>
<input disabled type="radio" id="tt_radio_4" name="tissue_type" class="tissue_check" data-show-pitfalls="1" value="No proximal tumor" onchange="console.log(this)" /> No Proximal Tumor (Within 500 μm) </label>
</div>
<p id="new_roi_warn">
<b>Double click a location to create or reposition an ROI</b>
</p>

<hr />
<!-- % Intra-Tumoral Stroma -->
<div id="sliders" style="display:none;">
Expand Down

0 comments on commit 07006bd

Please sign in to comment.