aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/list_bills.html')
-rw-r--r--budget/templates/list_bills.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index b247fcc..89d05f6 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -34,13 +34,6 @@
$(this).find('.action').hide();
});
- $('.datepicker').datepicker({
- format: 'yyyy-mm-dd',
- weekStart: 1,
- autoclose: true,
- language: '{{ g.lang }}'
- });
-
var highlight_owers = function(){
var ower_ids = $(this).attr("owers").split(',');
var payer_id = $(this).attr("payer");