2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove holder.js.

This commit is contained in:
XhmikosR
2018-11-14 15:59:15 +02:00
parent 369f03fbc5
commit 2b9af5e38c
7 changed files with 4 additions and 33 deletions
-4
View File
@@ -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 %}