]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/base.html.twig
Remove some global assets
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / base.html.twig
index 3ad776b99c3f8a8cae8d5423df9c2009b48a0f5e..b9184f4581c2972b2fa05efc9a8497da84bc6619 100644 (file)
             {% block css %}{% endblock %}
             {% block scripts %}
                 <script src="{{ asset('themes/_global/js/jquery-2.0.3.min.js') }}"></script>
-                <script src="{{ asset('themes/_global/js/autoClose.js') }}"></script>
-                <script src="{{ asset('themes/_global/js/saveLink.js') }}"></script>
-                <script src="{{ asset('themes/_global/js/popupForm.js') }}"></script>
                 <script src="{{ asset('themes/_global/js/jquery.cookie.js') }}"></script>
                 <script src="{{ asset('themes/_global/js/bookmarklet.js') }}"></script>
-                <script src="{{ asset('themes/_global/js/closeMessage.js') }}"></script>
             {% endblock %}
 
             <title>{% block title %}{% endblock %} - wallabag</title>