aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2015-08-24 20:15:57 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2015-09-13 13:35:12 +0200
commit89ee994f772554b035e8033ee49c389f0f7786ba (patch)
treefdec6580cc1577b94042bb825d691c2f20786cf5 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
parenta78d6afeaafb372cb5d620db7361b8ad98f070dc (diff)
downloadwallabag-89ee994f772554b035e8033ee49c389f0f7786ba.tar.gz
wallabag-89ee994f772554b035e8033ee49c389f0f7786ba.tar.zst
wallabag-89ee994f772554b035e8033ee49c389f0f7786ba.zip
Remove some global assets
Some global assets where dedicated to baggy Remove some non-used css
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
index dffea036..229c5a34 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
@@ -14,4 +14,8 @@
14 {{ parent() }} 14 {{ parent() }}
15 15
16 <script src="{{ asset('themes/baggy/js/init.js') }}"></script> 16 <script src="{{ asset('themes/baggy/js/init.js') }}"></script>
17 <script src="{{ asset('themes/baggy/js/closeMessage.js') }}"></script>
18 <script src="{{ asset('themes/baggy/js/autoClose.js') }}"></script>
19 <script src="{{ asset('themes/baggy/js/saveLink.js') }}"></script>
20 <script src="{{ asset('themes/baggy/js/popupForm.js') }}"></script>
17{% endblock %} 21{% endblock %}