diff Sources/OrthancExplorer.js @ 69:c42bac260709

back to mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Jun 2024 21:13:49 +0200
parents 054e36474998
children ad9950628b35
line wrap: on
line diff
--- a/Sources/OrthancExplorer.js	Sat Jun 15 17:24:45 2024 +0200
+++ b/Sources/OrthancExplorer.js	Sun Jun 16 21:13:49 2024 +0200
@@ -497,7 +497,8 @@
       url: '/instances/' + instanceId + '/content/0008,9123',
       success: function(creatorVersionUid) {
         if (creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_MAINLINE}' ||
-            creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_1_1}') {
+            creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_1_1}' ||
+            creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_1_2}') {
           var b = $('<a>')
               .attr('id', id)
               .attr('data-role', 'button')