1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-23 17:42:15 -05:00

remove js

This commit is contained in:
Nicolas Lœuillet 2013-08-05 21:59:21 +02:00
parent 6a361945ea
commit d28a7ca30f
5 changed files with 0 additions and 24 deletions

View File

@ -26,8 +26,4 @@
</div> </div>
{% endfor %} {% endfor %}
{{ page_links | raw }} {{ page_links | raw }}
{% endblock %}
{% block js %}
<script type="text/javascript" src="./tpl/js/jquery-1.9.1.min.js"></script>
{% endblock %} {% endblock %}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,6 @@
<div id="content" class="w600p center"> <div id="content" class="w600p center">
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
{% block js %}{% endblock %}
</div> </div>
{% include '_footer.twig' %} {% include '_footer.twig' %}
</body> </body>

View File

@ -37,8 +37,4 @@
<p>{% trans "this article appears wrong?" %} <a href="https://github.com/inthepoche/poche/issues/new">{% trans "create an issue" %}</a> {% trans "or" %} <a href="mailto:support@inthepoche.com?subject=Wrong display in poche&body={{ entry.url|e }}">{% trans "contact us by mail" %}</a></p> <p>{% trans "this article appears wrong?" %} <a href="https://github.com/inthepoche/poche/issues/new">{% trans "create an issue" %}</a> {% trans "or" %} <a href="mailto:support@inthepoche.com?subject=Wrong display in poche&body={{ entry.url|e }}">{% trans "contact us by mail" %}</a></p>
</div> </div>
</div> </div>
{% endblock %}
{% block js %}
<script type="text/javascript" src="./tpl/js/jquery-1.9.1.min.js"></script>
{% endblock %} {% endblock %}