Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste
This commit is contained in:
commit
add3ac8ebd
1 changed files with 3 additions and 2 deletions
|
@ -251,7 +251,8 @@ function get_admin(type) {
|
|||
}),
|
||||
contentType: "application/json; charset=utf-8",
|
||||
dataType: "json",
|
||||
|
||||
async: false,
|
||||
|
||||
success: function(data) {
|
||||
if(data.success) {
|
||||
if(data.state == "open") {
|
||||
|
@ -270,7 +271,7 @@ function get_admin(type) {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
$("#admin-content").append(`
|
||||
<span class="prank">
|
||||
<div id=prankDone>Nombre totale de missions achevées: ${doneCnt}</div>
|
||||
|
|
Loading…
Reference in a new issue