diff OrthancExplorer/explorer.js @ 405:97a00b30abcc

sending of studies and patients with orthanc explorer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Apr 2013 15:23:23 +0200
parents 4d76fce206ef
children be93b666ed79
line wrap: on
line diff
--- a/OrthancExplorer/explorer.js	Tue Apr 30 12:54:21 2013 +0200
+++ b/OrthancExplorer/explorer.js	Tue Apr 30 15:23:23 2013 +0200
@@ -753,7 +753,7 @@
 }
 
 
-$('#instance-store,#series-store').live('click', function(e) {
+$('#instance-store,#series-store,#study-store,#patient-store').live('click', function(e) {
   ChooseDicomModality(function(modality) {
     if (modality != '') {
       $.ajax({
@@ -769,7 +769,6 @@
           $.unblockUI();
         },
         success: function(s) {
-          //console.log('done !');
         },
         error: function() {
           alert('Error during C-Store');