1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Remove some old code no longer needed (Correct 404 errors about jquery-ui)

This commit is contained in:
A.Avenel 2012-09-03 17:40:34 +02:00
parent 688a281464
commit a2b950d9c8

View file

@ -1,11 +1,5 @@
{% extends "layout.html" %}
{% block head %}
<script src="{{ url_for("static", filename="js/jquery-ui.js") }}"></script>
{% if g.lang != "en" %}
<script src="{{ url_for("static", filename="js/i18n/jquery.ui.datepicker-%s.js" % g.lang ) }}"></script>
{% endif %}
{% endblock %}
{% block js %}
$('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};});
$.datepicker.setDefaults({'dateFormat': 'yy-mm-dd'});