From d0129abc0edca656ae84419b9428a4212d9be00d Mon Sep 17 00:00:00 2001 From: "A.Avenel" Date: Mon, 3 Sep 2012 18:11:31 +0200 Subject: Bugfix : calendar widget not working when you edit a bill. --- budget/templates/add_bill.html | 3 --- 1 file changed, 3 deletions(-) (limited to 'budget/templates/add_bill.html') 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 %} -- cgit v1.1