aboutsummaryrefslogtreecommitdiff
path: root/site/_layouts/examples.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-11-14 15:59:15 +0200
committerXhmikosR <[email protected]>2018-11-20 21:31:28 +0200
commit2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55 (patch)
treedc11853557ebf9f3a2ff3c9d57fe67f463a878a9 /site/_layouts/examples.html
parent369f03fbc5081abfc1f8b519726674a8311459d7 (diff)
downloadbootstrap-2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55.tar.xz
bootstrap-2b9af5e38ce4fdbe8b5debff54ae5049fde5ed55.zip
Remove holder.js.
Diffstat (limited to 'site/_layouts/examples.html')
-rw-r--r--site/_layouts/examples.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html
index 429b824d7..bbf9e69ff 100644
--- a/site/_layouts/examples.html
+++ b/site/_layouts/examples.html
@@ -41,10 +41,6 @@
<script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/dist/js/bootstrap.bundle.js"></script>
{%- endif -%}
- {%- if page.include_holder == true -%}
- <script src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/js/vendor/holder.min.js"></script>
- {%- endif -%}
-
{%- for js in page.extra_js %}
<script src="{{ js }}"></script>
{%- endfor %}