Fix hiding minus button in hideCaseActivities
authorColeman Watts <coleman@civicrm.org>
Wed, 10 Apr 2013 21:28:36 +0000 (14:28 -0700)
committerColeman Watts <coleman@civicrm.org>
Wed, 10 Apr 2013 21:28:36 +0000 (14:28 -0700)
templates/CRM/Case/Page/DashboardSelector.tpl

index ecb20594ba9c8258d14579faa10d67ea4984501e..e94a1a731791a278e5fad76b478e1e17e0f11cf7 100644 (file)
@@ -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>