* Attach event to begain and end of productplan-create.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
function resetDelta()
|
||||
{
|
||||
$(".radio-primary > input").attr("checked",false);
|
||||
}
|
||||
@@ -61,7 +61,9 @@ if($parent or !$product->shadow)
|
||||
|
||||
formPanel
|
||||
(
|
||||
set::title($lang->productplan->create),
|
||||
set::title($title),
|
||||
on::change('#begin', 'resetDelta'),
|
||||
on::change('#end', 'resetDelta'),
|
||||
$formHeader,
|
||||
$parentForm,
|
||||
formGroup
|
||||
|
||||
Reference in New Issue
Block a user