aboutsummaryrefslogtreecommitdiff
path: root/site/_includes/scripts.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-28 18:09:49 +0300
committerXhmikosR <[email protected]>2018-10-14 08:17:40 +0300
commit449979decff22ce214ae057f15f2819af86b2cde (patch)
treea3140b2d2ae35c6b78df9eaca1ea340c4970eb0d /site/_includes/scripts.html
parent339311ddb5eda9e0cbb6b462901ac6d8f43e3e84 (diff)
downloadbootstrap-449979decff22ce214ae057f15f2819af86b2cde.tar.xz
bootstrap-449979decff22ce214ae057f15f2819af86b2cde.zip
docs: fix bundle SRI hash.
Also, remove popper.js from this script since it's not present in the repo.
Diffstat (limited to 'site/_includes/scripts.html')
-rw-r--r--site/_includes/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/scripts.html b/site/_includes/scripts.html
index 346f97b00..2bd5ec8bc 100644
--- a/site/_includes/scripts.html
+++ b/site/_includes/scripts.html
@@ -2,7 +2,7 @@
<script>window.jQuery || document.write('<script src="{{ site.baseurl }}/assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
{%- if site.github -%}
- <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.min.js" integrity="{{ site.cdn.js_hash }}" crossorigin="anonymous"></script>
+ <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.min.js" integrity="{{ site.cdn.js_bundle_hash }}" crossorigin="anonymous"></script>
{%- else -%}
<script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.js"></script>
{%- endif -%}