Correction sur les stats pour les sparkline

This commit is contained in:
echarp 2014-10-24 01:40:07 +02:00
parent 837a69e6ff
commit 325980a019
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
$(document).ready ->
$('table.list.dates tbody tr').each ->
vals = $(this).find('td.quantity').map ->
vals = $(this).find('td.quantity a').map ->
val = $(this).html().replace(' ', '').trim()
if (val != '')
return parseInt val