From 0dfa06e804fa58e9317fdce3eee940675aea5de8 Mon Sep 17 00:00:00 2001 From: Birm Date: Thu, 7 Dec 2023 15:06:43 -0500 Subject: [PATCH] open in new window --- apps/labeling/roiSelection.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/labeling/roiSelection.js b/apps/labeling/roiSelection.js index e9f96023a..195f6b234 100644 --- a/apps/labeling/roiSelection.js +++ b/apps/labeling/roiSelection.js @@ -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 = ``; - $UI.modalbox.open(); + //$UI.modalbox.open(); } function getAnnotationDataFrom(data) {