Merge pull request #285 from wingertjp/patch-1

include call to jQuery into if block - Makes sense! Thx @wingertjp
This commit is contained in:
Holger 2017-04-15 09:01:02 +02:00 committed by GitHub
commit b6e7a30c47
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; ?>