diff Sources/OrthancExplorer.js @ 60:c322c949bd8e OrthancSTL-1.1

OrthancSTL-1.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 22 May 2024 15:33:32 +0200
parents 9ed0cb5d6082
children b798387b085c
line wrap: on
line diff
--- a/Sources/OrthancExplorer.js	Tue May 21 16:02:49 2024 +0200
+++ b/Sources/OrthancExplorer.js	Wed May 22 15:33:32 2024 +0200
@@ -496,7 +496,8 @@
     $.ajax({
       url: '/instances/' + instanceId + '/content/0008,9123',
       success: function(creatorVersionUid) {
-        if (creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_MAINLINE}') {
+        if (creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_MAINLINE}' ||
+            creatorVersionUid == '${ORTHANC_STL_CREATOR_VERSION_UID_1_1}') {
           var b = $('<a>')
               .attr('id', id)
               .attr('data-role', 'button')