Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste
This commit is contained in:
commit
b850592ede
1 changed files with 3 additions and 1 deletions
|
@ -784,7 +784,9 @@ function updateDemandes() {
|
|||
token: localStorage.getItem('token'),
|
||||
type: "state"
|
||||
}),
|
||||
|
||||
contentType: "application/json; charset=utf-8",
|
||||
dataType: "json",
|
||||
|
||||
success: function(data) {
|
||||
if(data.success) {
|
||||
if(data.state == "open") {
|
||||
|
|
Loading…
Reference in a new issue