comparison Sources/OrthancExplorer.js @ 1:0f03a8a0bd6f

encoding of RT-STRUCT as STL
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jul 2023 18:54:31 +0200
parents 4e889a8e8be2
children 2bdb9acb7dcf
comparison
equal deleted inserted replaced
0:4e889a8e8be2 1:0f03a8a0bd6f
48 .button(); 48 .button();
49 49
50 b.insertAfter($('#series-info')); 50 b.insertAfter($('#series-info'));
51 b.click(function() { 51 b.click(function() {
52 if ($.mobile.pageData) { 52 if ($.mobile.pageData) {
53 window.open('../stl/viewer.html?instance=' + instanceId); 53 window.open('../stl/app/viewer.html?instance=' + instanceId);
54 } 54 }
55 }); 55 });
56 } 56 }
57 } 57 }
58 }); 58 });