# HG changeset patch # User Sebastien Jodogne # Date 1604076008 -3600 # Node ID 32090b775777bd60134e9f844ca97d76957a4129 # Parent f5d4bd7b5593a168bd8be387fc19cc05916b6fc9 remove annoying alert diff -r f5d4bd7b5593 -r 32090b775777 Applications/StoneWebViewer/WebApplication/app.js --- 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); } } });