Load jquery and bootstrap.min.js from theme

Avoid tracking
This commit is contained in:
Kazhnuz 2018-10-24 14:21:03 +02:00
parent c7dbb68a1d
commit 45258a0cd6
2 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<?php include(TEMPLATEPATH . '/components/navbar-footer.php'); ?>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/jquery.min.js"></script>
<script src="<?php echo get_template_directory_uri();?>/js/bootstrap.min.js"></script>
</body>
</html>

5
js/jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long