Fichier pour générer les sparkline des stats mieux nommé

This commit is contained in:
echarp 2014-11-08 14:19:51 +01:00
parent 1789cc7c63
commit f535697dd7
1 changed files with 1 additions and 0 deletions

View File

@ -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()