Files
EasySoft-ZenTaoPMS/module/user/js/todo.js
T

5 lines
137 B
JavaScript

function changeDate(date)
{
location.href = createLink('user', 'todo', 'account=' + account + '&type=' + date.replace(/\-/g, ''));
}