Fix[ bug #774 ] Bug on creating event with box "all day" crossed
This commit is contained in:
parent
5af232d936
commit
ef5c03fc99
@ -427,7 +427,7 @@ if ($action == 'create')
|
|||||||
$(".fulldaystartmin").attr("disabled","disabled").val("00");
|
$(".fulldaystartmin").attr("disabled","disabled").val("00");
|
||||||
$(".fulldayendhour").attr("disabled","disabled").val("23");
|
$(".fulldayendhour").attr("disabled","disabled").val("23");
|
||||||
$(".fulldayendmin").attr("disabled","disabled").val("59");
|
$(".fulldayendmin").attr("disabled","disabled").val("59");
|
||||||
$("#p2").attr("disabled","disabled").val("");
|
$("#p2").removeAttr("disabled");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
setdatefields();
|
setdatefields();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user