Remove some global assets

Some global assets where dedicated to baggy
Remove some non-used css
This commit is contained in:
Jeremy Benoist
2015-08-24 20:15:57 +02:00
committed by Nicolas Lœuillet
parent a78d6afeaa
commit 89ee994f77
13 changed files with 4 additions and 3544 deletions

View File

@ -41,12 +41,8 @@
{% 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>