diff options
Diffstat (limited to 'united')
-rw-r--r-- | united/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/united/index.html b/united/index.html index 25a4fe4d..66918efa 100644 --- a/united/index.html +++ b/united/index.html @@ -9,8 +9,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"> @@ -1170,7 +1170,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> |