Libraries: cleanup unused scripts.

This commit is contained in:
Pablo Vazquez 2019-04-12 17:24:21 +02:00
parent b438c319b0
commit 51d081971c

View File

@ -58,9 +58,3 @@ include mixins/components
"{{ url_for('static', filename='assets/img/features/characters_01.jpg')}}")
| {% endblock body %}
| {% block footer_scripts %}
script.
$('.triplet-card').click(function(){
window.location.href = $(this).attr('data-url');
});
| {% endblock footer_scripts %}