comparison Applications/StoneWebViewer/WebApplication/app.js @ 1614:ad9b425f27ae

new class: ArrowSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Oct 2020 16:26:39 +0100
parents 5f0660fe06c3
children 32090b775777
comparison
equal deleted inserted replaced
1613:5f0660fe06c3 1614:ad9b425f27ae
749 var targetOrigin = '*'; // TODO - INSECURE 749 var targetOrigin = '*'; // TODO - INSECURE
750 750
751 window.postMessage({ 751 window.postMessage({
752 'type': 'show-osirix-annotations', 752 'type': 'show-osirix-annotations',
753 'xml': response.data, 753 'xml': response.data,
754 'clear': true 754 'clear': false
755 }, targetOrigin); 755 }, targetOrigin);
756 }); 756 });
757 } 757 }
758 } 758 }