Fix[ bug #774 ] Bug on creating event with box "all day" crossed

This commit is contained in:
fhenry 2013-04-04 19:57:16 +02:00
parent 5af232d936
commit ef5c03fc99

View File

@ -427,7 +427,7 @@ if ($action == 'create')
$(".fulldaystartmin").attr("disabled","disabled").val("00");
$(".fulldayendhour").attr("disabled","disabled").val("23");
$(".fulldayendmin").attr("disabled","disabled").val("59");
$("#p2").attr("disabled","disabled").val("");
$("#p2").removeAttr("disabled");
}
}
setdatefields();