mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
Update carousel example JS path
'bootstrap.min.js' lives in '../bootstrap/js' now. Switch to the minified version for a smaller download since this example is focused on CSS changes, not JavaScript ones.
This commit is contained in:
parent
c834b4027c
commit
ce1fdc5ded
@ -175,7 +175,7 @@
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="../assets/js/jquery.js"></script>
|
||||
<script src="../dist/js/bootstrap.js"></script>
|
||||
<script src="../bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="../assets/js/holder.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user