Correction sur les stats pour les sparkline
This commit is contained in:
parent
837a69e6ff
commit
325980a019
@ -1,6 +1,6 @@
|
|||||||
$(document).ready ->
|
$(document).ready ->
|
||||||
$('table.list.dates tbody tr').each ->
|
$('table.list.dates tbody tr').each ->
|
||||||
vals = $(this).find('td.quantity').map ->
|
vals = $(this).find('td.quantity a').map ->
|
||||||
val = $(this).html().replace(' ', '').trim()
|
val = $(this).html().replace(' ', '').trim()
|
||||||
if (val != '')
|
if (val != '')
|
||||||
return parseInt val
|
return parseInt val
|
||||||
|
Loading…
Reference in New Issue
Block a user