aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/_head.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-07 20:39:03 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-02-07 20:39:03 +0100
commit8af35ad932177e0363412a868afc128b406e3322 (patch)
tree8d517780d2a82d68ebd06aea2da2fc4c7c67b5bb /src/Wallabag/CoreBundle/Resources/views/_head.html.twig
parentd01db0c71dcf183f1676b6b06206456138cb7660 (diff)
parent9c0c88200635a979b9abdcba922e1d3904790636 (diff)
downloadwallabag-8af35ad932177e0363412a868afc128b406e3322.tar.gz
wallabag-8af35ad932177e0363412a868afc128b406e3322.tar.zst
wallabag-8af35ad932177e0363412a868afc128b406e3322.zip
Merge pull request #1066 from wallabag/v2-api-tests-entry
V2 api tests entry
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/_head.html.twig')
-rwxr-xr-xsrc/Wallabag/CoreBundle/Resources/views/_head.html.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/_head.html.twig b/src/Wallabag/CoreBundle/Resources/views/_head.html.twig
index f123183b..726b4163 100755
--- a/src/Wallabag/CoreBundle/Resources/views/_head.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/_head.html.twig
@@ -37,3 +37,4 @@
37 <script src="{{ asset('themes/_global/js/saveLink.js') }}"></script> 37 <script src="{{ asset('themes/_global/js/saveLink.js') }}"></script>
38 <script src="{{ asset('themes/_global/js/popupForm.js') }}"></script> 38 <script src="{{ asset('themes/_global/js/popupForm.js') }}"></script>
39 <script src="{{ asset('themes/baggy/js/closeMessage.js') }}"></script> 39 <script src="{{ asset('themes/baggy/js/closeMessage.js') }}"></script>
40 <script src="{{ asset('bundles/wallabagcore/js/bookmarklet.js') }}"></script>