aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/edit-tags.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:23:53 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2014-11-24 13:23:53 +0100
commit485d57972ee3c3219652454ff6d7d82a3602bd34 (patch)
tree9f765654886b8fba8c1d8159fff6adc2b4b5aefc /themes/default/edit-tags.twig
parent7b8bb75228fff2a629388313a3d12cd63c846ad6 (diff)
parent6062f74c6b9344473c36b9b290aa9dece0464854 (diff)
downloadwallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.gz
wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.tar.zst
wallabag-485d57972ee3c3219652454ff6d7d82a3602bd34.zip
Merge pull request #939 from jsit/globaljs
_global-izing some more js & css
Diffstat (limited to 'themes/default/edit-tags.twig')
-rwxr-xr-xthemes/default/edit-tags.twig6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/edit-tags.twig b/themes/default/edit-tags.twig
index 89c746ec..c29427e0 100755
--- a/themes/default/edit-tags.twig
+++ b/themes/default/edit-tags.twig
@@ -5,9 +5,9 @@
5{% endblock %} 5{% endblock %}
6{% block content %} 6{% block content %}
7 7
8<script src="{{ poche_url }}themes/default/js/jquery-ui-1.10.4.custom.min.js"></script> 8<script src="{{ poche_url }}themes/_global/js/jquery-ui-1.10.4.custom.min.js"></script>
9<script src="{{ poche_url }}themes/default/js/autoCompleteTags.js"></script> 9<script src="{{ poche_url }}themes/_global/js/autoCompleteTags.js"></script>
10<link rel="stylesheet" href="{{ poche_url }}themes/default/css/jquery-ui-1.10.4.custom.min.css" media="all"> 10<link rel="stylesheet" href="{{ poche_url }}themes/_global/css/jquery-ui-1.10.4.custom.min.css" media="all">
11 11
12<div id="article"> 12<div id="article">
13 <header class="mbm"> 13 <header class="mbm">