1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02:00

tests: use jQuery from node_modules. (#28059)

This commit is contained in:
XhmikosR
2019-01-15 18:01:40 +02:00
committed by GitHub
parent 0828b88563
commit 3aeda9942d
13 changed files with 15 additions and 30 deletions

View File

@@ -44,7 +44,7 @@
</div>
</div>
<script src="../../../site/docs/4.2/assets/js/vendor/jquery-slim.min.js"></script>
<script src="../../../node_modules/jquery/dist/jquery.slim.min.js"></script>
<script src="../../dist/util.js"></script>
<script src="../../dist/button.js"></script>
</body>