summaryrefslogtreecommitdiff
path: root/tests/components.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/components.html')
-rw-r--r--tests/components.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/components.html b/tests/components.html
index 94a7929f..8c83dca8 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -18,8 +18,8 @@
</style>
<!-- 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]-->
</head>
<body>
@@ -2730,7 +2730,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="https://cdnjs.cloudflare.com/ajax/libs/mustache.js/0.7.2/mustache.min.js"></script>
<script src="../assets/js/bootswatch.js"></script>