Add jQuery + Bootstrap JS to starter template

The starter template uses the Collapse component[1], which requires
Bootstrap's JavaScript.

Fixes #15

[1] http://twitter.github.io/bootstrap/javascript/#collapse
This commit is contained in:
Ross Allen 2013-07-29 11:24:40 -07:00
parent 2998929b39
commit 07dd62ed7c

View File

@ -44,5 +44,7 @@
</div><!-- /.container -->
<script src="../assets/js/jquery.js"></script>
<script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html>