aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/layout.html')
-rw-r--r--ihatemoney/templates/layout.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html
index 6ecff41..76ae890 100644
--- a/ihatemoney/templates/layout.html
+++ b/ihatemoney/templates/layout.html
@@ -21,13 +21,6 @@
});
}, 4000);
- $('.datepicker').datepicker({
- format: 'yyyy-mm-dd',
- weekStart: 1,
- autoclose: true,
- language: '{{ g.lang }}'
- });
-
$('.dropdown-toggle').dropdown();
{% block js %}{% endblock %}