diff --git a/include/template/detail-action.php b/include/template/detail-action.php index 69d2cc017..d680d3bcf 100644 --- a/include/template/detail-action.php +++ b/include/template/detail-action.php @@ -496,7 +496,7 @@ Document créé le ag_timestamp ?> par ag_ow $('related_operation_div').hide(); $('dependant_action_div').hide(); $('related_action_div').show(); - } + } ; $('related_operation_tab').onclick=function() { $('related_operation_tab').className='tabs_selected'; $('related_action_tab').className='tabs'; @@ -504,7 +504,7 @@ Document créé le ag_timestamp ?> par ag_ow $('related_action_div').hide(); $('dependant_action_div').hide(); $('related_operation_div').show(); - } + } ; $('dependant_action_tab').onclick=function() { $('dependant_action_tab').className='tabs_selected'; $('related_action_tab').className='tabs'; @@ -512,5 +512,5 @@ Document créé le ag_timestamp ?> par ag_ow $('related_operation_div').hide(); $('related_action_div').hide(); $('dependant_action_div').show(); - } + } ; \ No newline at end of file