Typo
This commit is contained in:
parent
2f1f10a042
commit
5c845ccdc6
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ $(function () {
|
||||||
name: 'Etat du Rezo',
|
name: 'Etat du Rezo',
|
||||||
innerSize: '50%',
|
innerSize: '50%',
|
||||||
data: [
|
data: [
|
||||||
['Tranchés', {{ stat[0] }}],
|
['Tranchés', {{ stats[0] }}],
|
||||||
['Vivants', {{ stat[1] }}]
|
['Vivants', {{ stats[1] }}]
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue