diff Sources/OrthancExplorer.js @ 36:13698d34e059

preparing to include O3DV
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 05 Apr 2024 07:42:06 +0200
parents ab231760799d
children b6910092bcca
line wrap: on
line diff
--- a/Sources/OrthancExplorer.js	Thu Apr 04 20:37:08 2024 +0200
+++ b/Sources/OrthancExplorer.js	Fri Apr 05 07:42:06 2024 +0200
@@ -38,7 +38,7 @@
   b.insertAfter($('#' + parent));
   b.click(function() {
     if ($.mobile.pageData) {
-      window.open('../stl/app/viewer.html?instance=' + instanceId);
+      window.open('../stl/app/three.html?instance=' + instanceId);
     }
   });
 }