Merge pull request #285 from wingertjp/patch-1
include call to jQuery into if block - Makes sense! Thx @wingertjp
This commit is contained in:
commit
b6e7a30c47
|
@ -37,8 +37,8 @@
|
|||
|
||||
</div><!-- .carousel -->
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
<script>
|
||||
jQuery( ".carousel-item" ).first().addClass( "active" );
|
||||
</script>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
Reference in New Issue