Skip to content
Snippets Groups Projects
Commit 43cbdc20 authored by colemanw's avatar colemanw
Browse files

Fix hiding minus button in hideCaseActivities

parent cfcdf776
Branches
Tags
No related merge requests found
......@@ -146,7 +146,7 @@ function showCaseActivities( caseId, type, context ) {
function hideCaseActivities( caseId , type, context ) {
cj('#' + context + '-' + type +'-casedetails-' + caseId).hide();
cj('#' + context+type+caseId+'_show').show();
cj('minus'+context+type+caseId+'_hide').hide();
cj('#minus'+context+type+caseId+'_hide').hide();
}
</script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment