* Fix program js.

This commit is contained in:
Yagami
2020-11-18 14:58:07 +08:00
parent 568c524c85
commit ec6ced01d5
13 changed files with 81 additions and 137 deletions
-11
View File
@@ -1,17 +1,6 @@
$(function()
{
$('#copyProjects a').click(function(){setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide')});
$('#longTime').change(function()
{
if($(this).prop('checked'))
{
$('#end').attr('disabled', 'disabled');
}
else
{
$('#end').removeAttr('disabled');
}
});
setAclList($("#parent").val());
if(typeof(currentPlanID) == 'undefined')