aboutsummaryrefslogtreecommitdiff
path: root/newspipe
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-08-18 15:54:24 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-08-18 15:54:24 +0200
commit652bfd9afe32883695f5b74a01dd39774b9b5f5c (patch)
tree2d3057f8d0d025a3fbc00b15df417b28da8a805a /newspipe
parentnew: [pre-commit] added pip-audit to .pre-commit-config.yaml file. (diff)
downloadnewspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.tar.gz
newspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.tar.bz2
newspipe-652bfd9afe32883695f5b74a01dd39774b9b5f5c.zip
removed bootstrap-select
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