include call to jQuery into if block

This commit is contained in:
wingertjp 2017-04-14 23:13:17 +02:00 committed by GitHub
parent 20d9e1aa89
commit 5e115c1a76
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@
</div><!-- .carousel -->
<?php endif; ?>
<script>
jQuery( ".carousel-item" ).first().addClass( "active" );
</script>
<?php endif; ?>