equal
deleted
inserted
replaced
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 |