|
|
@ -783,6 +783,8 @@ function updateDemandes() { |
|
|
token: localStorage.getItem('token'), |
|
|
token: localStorage.getItem('token'), |
|
|
type: "state" |
|
|
type: "state" |
|
|
}), |
|
|
}), |
|
|
|
|
|
contentType: "application/json; charset=utf-8", |
|
|
|
|
|
dataType: "json", |
|
|
|
|
|
|
|
|
success: function(data) { |
|
|
success: function(data) { |
|
|
if(data.success) { |
|
|
if(data.success) { |
|
|
|