aboutsummaryrefslogtreecommitdiff
path: root/newspipe
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe')
-rw-r--r--newspipe/templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/newspipe/templates/layout.html b/newspipe/templates/layout.html
index e096376b..2464040c 100644
--- a/newspipe/templates/layout.html
+++ b/newspipe/templates/layout.html
@@ -15,7 +15,6 @@
<!-- JavaScript -->
<script type="text/javascript" src="{{ url_for('static', filename='npm_components/@popperjs/core/dist/umd/popper.min.js') }}"></script>
<script type="text/javascript" src="{{ url_for('static', filename='npm_components/bootstrap/dist/js/bootstrap.min.js') }}"></script>
- <script type="text/javascript" src="{{ url_for('static', filename='npm_components/bootstrap-select/dist/js/bootstrap-select.min.js') }}"></script>
{% endblock %}
</head>
<body>
bgstack15