aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/home2.html
diff options
context:
space:
mode:
authorFrançois Schmidts <francois.schmidts@gmail.com>2016-01-21 13:48:06 +0100
committerFrançois Schmidts <francois.schmidts@gmail.com>2016-01-26 23:47:08 +0100
commit41aea41aaff0886fd6c211f03db2b54863a97165 (patch)
tree8d67b31febf78b5c40d60dc8ea3cb613fa4a65f2 /src/web/templates/home2.html
parentbootstraping react (diff)
downloadnewspipe-41aea41aaff0886fd6c211f03db2b54863a97165.tar.gz
newspipe-41aea41aaff0886fd6c211f03db2b54863a97165.tar.bz2
newspipe-41aea41aaff0886fd6c211f03db2b54863a97165.zip
filters are working !
Diffstat (limited to 'src/web/templates/home2.html')
-rw-r--r--src/web/templates/home2.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/web/templates/home2.html b/src/web/templates/home2.html
index 54413b35..3e9d4a6f 100644
--- a/src/web/templates/home2.html
+++ b/src/web/templates/home2.html
@@ -1,8 +1,6 @@
{% extends "layout.html" %}
{% block content %}
<section id="jarrapp"></section>
-<script type="text/javascript" src="{{ url_for("static", filename="js/jquery.js") }}"></script>
-<script type="text/javascript" src="{{ url_for("static", filename="js/bootstrap.min.js") }}"></script>
<script type="text/javascript" src="{{ url_for("static", filename="js/bundle.min.js") }}"></script>
{% endblock %}
bgstack15