diff options
Diffstat (limited to 'simplex')
-rw-r--r-- | simplex/index.html | 6 |
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> |