comparison Applications/StoneWebViewer/WebApplication/app.js @ 1616:32090b775777

remove annoying alert
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Oct 2020 17:40:08 +0100
parents ad9b425f27ae
children 00674f3695f2
comparison
equal deleted inserted replaced
1615:f5d4bd7b5593 1616:32090b775777
730 clear = e.data.clear; 730 clear = e.data.clear;
731 } 731 }
732 732
733 app.LoadOsiriXAnnotations(e.data.xml, clear); 733 app.LoadOsiriXAnnotations(e.data.xml, clear);
734 } else { 734 } else {
735 alert('Unknown message type: ' + e.data.type); 735 console.log('Unknown message type: ' + e.data.type);
736 } 736 }
737 } 737 }
738 }); 738 });
739 739
740 740