Fix up status page dependencies

bootstrap-responsive is no longer required.
Make sure we follow redirects when fetching deps

Change-Id: Ib1222fcb590def5c0147a53f046def86da745830
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index d77470b..3bd7a12 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -20,7 +20,6 @@
 <head>
     <title>Zuul Status</title>
     <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
-    <link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css">
     <link rel="stylesheet" href="styles/zuul.css" />
 </head>
 <body>
@@ -28,7 +27,7 @@
     <div id="zuul_container"></div>
 
     <script src="jquery.min.js"></script>
-    <script src="jquery-visibility.min.js"></script>
+    <script src="jquery-visibility.js"></script>
     <script src="jquery.graphite.js"></script>
     <script src="jquery.zuul.js"></script>
     <script src="zuul.app.js"></script>