summaryrefslogtreecommitdiff
path: root/simplex/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 /simplex/index.html
parent046a20a5adabc15b6f910c2f3f66bb48a83067b7 (diff)
fixes #185, installs html5shiv/respond and downgrades jquery for ie8
Diffstat (limited to 'simplex/index.html')
-rw-r--r--simplex/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/simplex/index.html b/simplex/index.html
index 5ef8bb72..d9fcc9cc 100644
--- a/simplex/index.html
+++ b/simplex/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">
@@ -1140,7 +1140,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>