Skip to content

Commit

Permalink
open in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Dec 7, 2023
1 parent 2090d1f commit 0dfa06e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/labeling/roiSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,9 @@ function createTutorial() {
$UI.modalbox.elt.style.paddingTop='60px';
$UI.modalbox.body.style.padding = 0;
$UI.modalbox.body.style.display = 'block';

window.open('./RoiSelectTutorial.pdf', '_blank').focus()
$UI.modalbox.body.innerHTML = `<embed src="./RoiSelectTutorial.pdf" width="100%" height="550" />`;
$UI.modalbox.open();
//$UI.modalbox.open();
}

function getAnnotationDataFrom(data) {
Expand Down

0 comments on commit 0dfa06e

Please sign in to comment.