Files
EasySoft-ZenTaoPMS/module/user/js/todo.js
2014-04-18 10:31:14 +08:00

10 lines
218 B
JavaScript

function changeDate(date)
{
location.href = createLink('user', 'todo', 'account=' + account + '&type=' + date.replace(/\-/g, ''));
}
$(function()
{
$(".colorbox").modalTrigger({width:960, type:'iframe'});
});