Files
EasySoft-ZenTaoPMS/module/user/js/todo.js
2021-01-13 15:04:11 +08:00

10 lines
233 B
JavaScript

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