2023-05-16 10:47:08 +08:00

10 lines
216 B
JavaScript

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