From c1ee32d02fdd9444c4979b695408f0d902553c72 Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 11 Nov 2021 15:21:23 +0000 Subject: [PATCH] . --- rapids/templates/rapids/rapid_form.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 6398014c..f79486cb 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -536,8 +536,9 @@ } } - image_set = $("#image_form_set img"); - if (n == image_set.length) { + //image_set = $("#image_form_set img"); + //console.log() + //if (n == image_set.length) { const event = new CustomEvent('loadDicomViewer', { "detail": image_set }); @@ -546,7 +547,7 @@ sortable('.sortable'); //sortable('.sortable')[0].addEventListener('sortstop', function(e) { updateImagePositions(); - } + //} }