From 11b526e51d54ea96656a6b1a0ca54c99e50a81dd Mon Sep 17 00:00:00 2001
From: Chris Rebert
Date: Thu, 24 Dec 2015 18:08:38 -0700
Subject: [PATCH] Include Tether via CDN in starter templates; fixes #18664
[skip sauce]
---
_config.yml | 1 +
docs/getting-started/introduction.md | 6 ++++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
index 980875ec90..31769dc1b9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -42,3 +42,4 @@ cdn:
js: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js
js_hash: "sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7"
jquery: https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
+ tether: https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js
diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md
index 6e9162c893..141a7b497f 100644
--- a/docs/getting-started/introduction.md
+++ b/docs/getting-started/introduction.md
@@ -24,10 +24,11 @@ Copy-paste the stylesheet `` into your `` before all other styleshee
{% endhighlight %}
-Add our JavaScript plugins and jQuery near the end of your pages, right before the closing `` tag. Be sure to place jQuery first as our code depends on it.
+Add our JavaScript plugins, jQuery, and Tether near the end of your pages, right before the closing `