Browse Source

Typo

master
guimoz 9 years ago
parent
commit
5c845ccdc6
  1. 4
      templates/home.html

4
templates/home.html

@ -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…
Cancel
Save