server/src/assets/js/mtdc-tracking-worker.js
changeset 108 a7480ebe1f4d
parent 98 6ff1d74b4afe
child 112 2ec47574a371
equal deleted inserted replaced
107:74e15ee9feb6 108:a7480ebe1f4d
   192                         'X-CSRFToken': this.csrftoken
   192                         'X-CSRFToken': this.csrftoken
   193                     },
   193                     },
   194                     data: {
   194                     data: {
   195                         'renkan_guid': this.renkan.project.get('id'),
   195                         'renkan_guid': this.renkan.project.get('id'),
   196                         'registration': this.registration
   196                         'registration': this.registration
   197                     },
   197                     }
   198                     contentType: 'application/json'
       
   199                 }).fail(function(){
   198                 }).fail(function(){
   200                     console.log('send tracking data failed');
   199                     console.log('send tracking data failed');
   201                 }); // this is fire and forget. Nothong tpo do on failed
   200                 }); // this is fire and forget. Nothong tpo do on failed
   202             }
   201             }
   203 
   202