* finish the task #876
This commit is contained in:
12
module/todo/js/common.js
Normal file
12
module/todo/js/common.js
Normal file
@@ -0,0 +1,12 @@
|
||||
function switchDateTodo(switcher)
|
||||
{
|
||||
if(switcher.checked)
|
||||
{
|
||||
$('#date').attr('disabled','disabled');
|
||||
}
|
||||
else
|
||||
{
|
||||
$('#date').removeAttr('disabled');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user