diff options
| author | Chris Rebert <[email protected]> | 2015-11-19 01:00:35 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-11-19 01:04:34 -0800 |
| commit | 9a5222ca31e690d9559a0dd635e6f9b82247e54e (patch) | |
| tree | 7cd591c1dd04d7b5e05a2badce3d7ef6b1dac6b5 /docs/_includes | |
| parent | eea6690d0e47b25a02bb42e610fde7e5ecd247d7 (diff) | |
| download | bootstrap-9a5222ca31e690d9559a0dd635e6f9b82247e54e.tar.xz bootstrap-9a5222ca31e690d9559a0dd635e6f9b82247e54e.zip | |
Docs: Separate Tether out from docs.min.js
We can't include it in docs.min.js because docs.min.js includes application.js,
application.js depends on bootstrap.js,
and the tooltip portion of bootstrap.js depends on Tether.
So instead, we need to load Tether separately before bootstrap.js
[skip sauce]
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 34b463900..3782eea04 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -14,6 +14,8 @@ <script src="{{ site.cdn.jquery }}"></script> <script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery.min.js"><\/script>')</script> +<script src="{{ site.baseurl }}/assets/js/vendor/tether.min.js"></script> + {% if site.github %} <script src="{{ site.baseurl }}/dist/js/bootstrap.min.js"></script> {% else %} |
