Fix undefined function js error
[civicrm-core.git] / tools / templates / CRM / Auction / Form / SearchAuction.tpl
index 7f493598fc5255d7061eab2255a9ee3e9b9f8056..e01ebc5bec6f08ce92dd65431f1861921d843fe9 100644 (file)
@@ -66,7 +66,7 @@
 {literal} 
 <script type="text/javascript">
 if ( document.getElementsByName('auctionsByDates')[1].checked ) {
-   show( 'id_fromToDates', 'block' );
+  cj('#id_fromToDates').show();
 }
 </script>
-{/literal} 
\ No newline at end of file
+{/literal}