diff options
Diffstat (limited to 'yeti/index.html')
-rw-r--r-- | yeti/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/yeti/index.html b/yeti/index.html index 7174205c..0994d929 100644 --- a/yeti/index.html +++ b/yeti/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"> @@ -1164,7 +1164,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> |