10 lines
216 B
JavaScript
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'});
|
|
});
|