Fichier pour générer les sparkline des stats mieux nommé
This commit is contained in:
parent
1789cc7c63
commit
f535697dd7
@ -1,4 +1,5 @@
|
||||
$(document).ready ->
|
||||
# Sparline generation along the data tables
|
||||
$('table.list.dates tbody tr').each ->
|
||||
vals = $(this).find('td.quantity').map ->
|
||||
val = $(this).find('a').html().replace(' ', '').trim()
|
Loading…
Reference in New Issue
Block a user