diff options
Diffstat (limited to 'budget/templates/add_bill.html')
| -rw-r--r-- | budget/templates/add_bill.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 346a16d..595f363 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -2,9 +2,6 @@ {% block js %} $('#cancel-form').click(function(){location.href={{ url_for(".list_bills") }};}); - $.datepicker.setDefaults({'dateFormat': 'yy-mm-dd'}); - $(".datepicker").datepicker($.datepicker.regional['{{ g.lang }}']); - {% endblock %} |
