Merge pull request #2549 from gregory-p/wordpress

LAW-2619
This commit is contained in:
bivis
2019-03-20 09:55:46 +02:00
committed by GitHub

View File

@@ -66,7 +66,8 @@
</div><!-- .wrapper -->
<?php wp_footer(); ?>
<script src="<?= get_theme_file_uri('/assets/js/featuresScroll.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/featuresScroll.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/faqSearch.js'); ?>"></script>
<script src="<?= get_theme_file_uri('/assets/js/promoImage.js'); ?>"></script>
</body>
</html>