aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Allen <[email protected]>2013-07-29 11:24:40 -0700
committerRoss Allen <[email protected]>2013-07-29 11:24:40 -0700
commit07dd62ed7c297c6df10f05fe62a28dda83c165e3 (patch)
treea41607fad9fbf12ca8fa0b058b7d01c23a38ff57
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-07dd62ed7c297c6df10f05fe62a28dda83c165e3.tar.xz
bootstrap-07dd62ed7c297c6df10f05fe62a28dda83c165e3.zip
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
-rw-r--r--starter-template/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/starter-template/index.html b/starter-template/index.html
index 1cd335241..08a277208 100644
--- a/starter-template/index.html
+++ b/starter-template/index.html
@@ -44,5 +44,7 @@
</div><!-- /.container -->
+ <script src="../assets/js/jquery.js"></script>
+ <script src="../bootstrap/js/bootstrap.min.js"></script>
</body>
</html> \ No newline at end of file