From cb4e98c29d41a9faa159c2173b8dadcaa4d2e846 Mon Sep 17 00:00:00 2001 From: turner Date: Tue, 4 Jun 2024 16:40:02 -0400 Subject: [PATCH] Sample Info URL Modal: Do not display index file URL --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index a178972..4d00a56 100644 --- a/js/app.js +++ b/js/app.js @@ -472,7 +472,7 @@ function createSampleInfoMenu(igvMain, indexTitle: 'Index', mode: 'url', fileLoadManager: new FileLoadManager(), - dataOnly: false, + dataOnly: true, doURL: true }