Files
EasySoft-ZenTaoPMS/module/project/js/index.js
T

8 lines
129 B
JavaScript

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