0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00

Fix path to bootstrap javascript

This commit is contained in:
Shawn Price 2013-07-27 14:28:13 -07:00
parent 2998929b39
commit dfa71726a9

View File

@ -175,7 +175,7 @@
================================================== --> ================================================== -->
<!-- Placed at the end of the document so the pages load faster --> <!-- Placed at the end of the document so the pages load faster -->
<script src="../assets/js/jquery.js"></script> <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> <script src="../assets/js/holder.js"></script>
</body> </body>
</html> </html>