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

Fix undefined function js error

parent eb868e86
Branches
Tags
No related merge requests found
......@@ -71,7 +71,7 @@
{literal}
<script type="text/javascript">
if ( document.getElementsByName('eventsByDates')[1].checked ) {
show( 'id_fromToDates', 'block' );
cj('#id_fromToDates').show();
}
</script>
{/literal}
......@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment