Mercurial > hg > orthanc-stone
changeset 1616:32090b775777
remove annoying alert
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Oct 2020 17:40:08 +0100 |
parents | f5d4bd7b5593 |
children | 49ba862d3454 |
files | Applications/StoneWebViewer/WebApplication/app.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/StoneWebViewer/WebApplication/app.js Fri Oct 30 17:26:44 2020 +0100 +++ b/Applications/StoneWebViewer/WebApplication/app.js Fri Oct 30 17:40:08 2020 +0100 @@ -732,7 +732,7 @@ app.LoadOsiriXAnnotations(e.data.xml, clear); } else { - alert('Unknown message type: ' + e.data.type); + console.log('Unknown message type: ' + e.data.type); } } });