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 -->
|
</div><!-- .carousel -->
|
||||||
|
|
||||||
<?php endif; ?>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
jQuery( ".carousel-item" ).first().addClass( "active" );
|
jQuery( ".carousel-item" ).first().addClass( "active" );
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php endif; ?>
|
||||||
|
|
Reference in New Issue