calebasse.dossiers.js: don't use asynchronous ajax for a place of life

This commit is contained in:
Jérôme Schneider 2014-03-31 10:38:23 +02:00
parent 8f67b4a1ab
commit dcf67ab1ba
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ function load_tab3_addresses() {
$.ajax({
url: '/api/v1/patientaddress/' + $(this).data("id") + '/?format=json',
type: 'PATCH',
async: false,
contentType: 'application/json',
data: '{"place_of_life": ' + value + '}',
success: function(data) {