aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common/bootstrap_js.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/common/bootstrap_js.html')
-rw-r--r--_includes/common/bootstrap_js.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/_includes/common/bootstrap_js.html b/_includes/common/bootstrap_js.html
deleted file mode 100644
index 3f80e7d..0000000
--- a/_includes/common/bootstrap_js.html
+++ /dev/null
@@ -1,5 +0,0 @@
-{% if site.settings.3rdparty.minified %}
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.min.js"></script>
-{% else %}
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.settings.3rdparty.versions.bootstrap }}/js/bootstrap.js"></script>
-{% endif %}