Mercurial > hg > orthanc-dicomweb
changeset 331:6bafe1399d97
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 21 Jun 2019 13:19:50 +0200 |
parents | 9efb7253cd56 |
children | bff4b45cbf1f |
files | Plugin/OrthancExplorer.js |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugin/OrthancExplorer.js Fri Jun 21 12:32:47 2019 +0200 +++ b/Plugin/OrthancExplorer.js Fri Jun 21 13:19:50 2019 +0200 @@ -76,7 +76,8 @@ ChooseDicomWebServer(function(server) { if (server != '' && resourceId != '') { var query = { - 'Resources' : [ resourceId ] + 'Resources' : [ resourceId ], + 'Synchronous' : false }; $.ajax({