fix: more dependencies fixes
This commit is contained in:
parent
b913f993da
commit
ad5799743d
1 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php wp_footer(); ?>
|
<?php wp_footer(); ?>
|
||||||
<script src="<?php echo get_template_directory_uri();?>/js/jquery.min.js"></script>
|
<script src="<?php echo get_template_directory_uri();?>/dep/jquery/js/jquery.min.js"></script>
|
||||||
<script src="<?php echo get_template_directory_uri();?>/js/bootstrap.min.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue