Files
EasySoft-ZenTaoPMS/module/product/js/project.js
2011-12-07 02:01:11 +00:00

8 lines
129 B
JavaScript

$().ready(function()
{
$('.projectline').each(function()
{
$(this).sparkline('html', {height:'25px'});
})
})