From ef5c03fc9922c217856d7066ef0dcd878c8032ae Mon Sep 17 00:00:00 2001 From: fhenry Date: Thu, 4 Apr 2013 19:57:16 +0200 Subject: [PATCH] Fix[ bug #774 ] Bug on creating event with box "all day" crossed --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 3e6d71752dd..aa2e9a695db 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -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();