From 07dd62ed7c297c6df10f05fe62a28dda83c165e3 Mon Sep 17 00:00:00 2001 From: Ross Allen Date: Mon, 29 Jul 2013 11:24:40 -0700 Subject: [PATCH] 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 --- starter-template/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/starter-template/index.html b/starter-template/index.html index 1cd335241a..08a2772084 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -44,5 +44,7 @@ + + \ No newline at end of file