Correction sur les stats pour les sparkline
This commit is contained in:
parent
837a69e6ff
commit
325980a019
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user