Mercurial > hg > orthanc
comparison OrthancExplorer/explorer.js @ 354:4d76fce206ef
fixes
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Jan 2013 14:34:36 +0100 |
parents | 64625960af22 |
children | 97a00b30abcc |
comparison
equal
deleted
inserted
replaced
353:61e4c62b8c35 | 354:4d76fce206ef |
---|---|
830 'OK': { | 830 'OK': { |
831 click: function () { | 831 click: function () { |
832 $.ajax({ | 832 $.ajax({ |
833 url: path + '/anonymize', | 833 url: path + '/anonymize', |
834 type: 'POST', | 834 type: 'POST', |
835 data: '{}', | 835 data: '{ "Keep" : [ "SeriesDescription", "StudyDescription" ] }', |
836 dataType: 'json', | 836 dataType: 'json', |
837 async: false, | 837 async: false, |
838 cache: false, | 838 cache: false, |
839 success: function(s) { | 839 success: function(s) { |
840 // The following line does not work... | 840 // The following line does not work... |