|
|
@@ -120,19 +120,19 @@
|
|
|
<!-- End Preloader -->
|
|
|
|
|
|
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery-min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/popper.min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/bootstrap.min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/owl.carousel.min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery.mixitup.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery.countTo.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery.nav.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/scrolling-nav.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery.easing.min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/jquery.slicknav.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/form-validator.min.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/contact-form-script.js"></script>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>js/main.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery-min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/popper.min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/bootstrap.min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/owl.carousel.min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.mixitup.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.countTo.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.nav.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/scrolling-nav.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.easing.min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.slicknav.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/form-validator.min.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/contact-form-script.js"></script>
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
|
|
|
|
|
|
<?php // all js scripts are loaded in library/bones.php ?>
|
|
|
<?php wp_footer(); ?>
|