comparison 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
comparison
equal deleted inserted replaced
35:ee3bc8f7df5b 36:13698d34e059
36 .button(); 36 .button();
37 37
38 b.insertAfter($('#' + parent)); 38 b.insertAfter($('#' + parent));
39 b.click(function() { 39 b.click(function() {
40 if ($.mobile.pageData) { 40 if ($.mobile.pageData) {
41 window.open('../stl/app/viewer.html?instance=' + instanceId); 41 window.open('../stl/app/three.html?instance=' + instanceId);
42 } 42 }
43 }); 43 });
44 } 44 }
45 45
46 46