diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:59:21 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 21:59:21 +0200 |
commit | d28a7ca30fa50845a54b0e21844b20b373b7fd44 (patch) | |
tree | 7262ba3ffeedc302d3ca5eb25f772bf9f3ae6b5d /tpl/view.twig | |
parent | 6a361945eaf86a978b82bd6fb3442fe64428d9df (diff) | |
download | wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.tar.gz wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.tar.zst wallabag-d28a7ca30fa50845a54b0e21844b20b373b7fd44.zip |
remove js
Diffstat (limited to 'tpl/view.twig')
-rw-r--r-- | tpl/view.twig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index d0d85f8b..e999afa1 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -37,8 +37,4 @@ | |||
37 | <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> | 37 | <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> |
38 | </div> | 38 | </div> |
39 | </div> | 39 | </div> |
40 | {% endblock %} | ||
41 | |||
42 | {% block js %} | ||
43 | <script type="text/javascript" src="./tpl/js/jquery-1.9.1.min.js"></script> | ||
44 | {% endblock %} \ No newline at end of file | 40 | {% endblock %} \ No newline at end of file |