From bae57838c2dd789064b246308c7cb3a33bba5b8e Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sun, 5 Oct 2014 11:22:10 -0400 Subject: Input date format is now a config parameter instead of the current locale --- assets/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/js') diff --git a/assets/js/app.js b/assets/js/app.js index c474efb8..395dfb6e 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -64,7 +64,8 @@ var Kanboard = (function() { $(".form-date").datepicker({ showOtherMonths: true, selectOtherMonths: true, - dateFormat: 'yy-mm-dd' + dateFormat: 'yy-mm-dd', + constrainInput: false }); } }; -- cgit v1.2.3