Skip to content

Commit

Permalink
don't warn user when being kicked off
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jul 9, 2024
1 parent 64502b3 commit f813016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/labeling/labelingSimpleAnnotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,7 @@ async function loadingData() {
console.log(x)
if (x.len>0){
alert("You've already done this label.")
window.removeEventListener('beforeunload', beforeUnloadHandler);
window.location.href = `./roi_pick.html?slideId=${$D.params.slideId}&collectionId=${$D.params.collectionId}`;
}
});
Expand Down

0 comments on commit f813016

Please sign in to comment.