summaryrefslogtreecommitdiff
path: root/amelia/index.html
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
committerThomas Park <thomas@thomaspark.me>2013-12-24 17:03:28 -0500
commit9bf0a9d13e1d0938e47847db0487f0f0fce0d8b3 (patch)
tree6fdb29e14a983125ba18652546068a087244510f /amelia/index.html
parent046a20a5adabc15b6f910c2f3f66bb48a83067b7 (diff)
fixes #185, installs html5shiv/respond and downgrades jquery for ie8
Diffstat (limited to 'amelia/index.html')
-rw-r--r--amelia/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/amelia/index.html b/amelia/index.html
index 77b8bd2b..5c9e2177 100644
--- a/amelia/index.html
+++ b/amelia/index.html
@@ -8,8 +8,8 @@
<link rel="stylesheet" href="../assets/css/bootswatch.min.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
- <script src="../bower_components/bootstrap/assets/js/html5shiv.js"></script>
- <script src="../bower_components/bootstrap/assets/js/respond.min.js"></script>
+ <script src="../bower_components/html5shiv/dist/html5shiv.js"></script>
+ <script src="../bower_components/respond/dest/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
@@ -1172,7 +1172,7 @@
</div>
- <script src="../bower_components/jquery/jquery.min.js"></script>
+ <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="../assets/js/bootswatch.js"></script>
</body>