summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-10-12 12:20:33 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-10-12 12:20:33 -0700
commitc0cbdd801cb2b3966c7a3f3662da5bad146f694a (patch)
tree29e55f39b200792b7b8ed2495d686f26e5347365 /index.html
parenta09543462bb2570b549760095f95fc5211fc8249 (diff)
Pick up BootstrapCDN
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/index.html b/index.html
index 4dede904..69fade07 100644
--- a/index.html
+++ b/index.html
@@ -10,8 +10,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="canonical" href="https://stedolan.github.io/jq/" />
- <link rel="stylesheet" href="/jq/bootstrap/css/bootstrap.css" type="text/css">
+ <link href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.5/spacelab/bootstrap.min.css" rel="stylesheet" integrity="sha256-j7Dtnd7ZjexEiPNbscbopFn9+Cs0b3TLipKsWAPHZIM= sha512-RFhfi6P8zWMAJrEGU+CPjuxPh3r/UUBGqQ+/o6WKPIVZmQqeOipGotH2ihRULuQ8wsMBoK15TSZqc/7VYWyuIw==" crossorigin="anonymous">
<link rel="stylesheet" href="/jq/css/base.css" type="text/css">
+ <link rel="stylesheet" href="/jq/css/typeaheadjs.css" type="text/css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
@@ -168,8 +169,8 @@ tag</a>, or on the
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
- <script src="/jq/bootstrap/js/bootstrap.min.js"></script>
- <script src="/jq/js/bootstrap3-typeahead.js"></script>
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha256-Sk3nkD6mLTMOF0EOpNtsIry+s1CsaqQC1rVLTAy+0yc= sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
+ <script src="https://twitter.github.io/typeahead.js/releases/0.11.1/typeahead.bundle.js"></script>
</body>
</html>