From 2fe5a69cdf2c71eb846f339d1c0948599a8b9a7c Mon Sep 17 00:00:00 2001 From: Libin Pan Date: Mon, 2 Nov 2015 14:44:00 -0800 Subject: Fix the issue #1415 and issue #1425 Datepicker will disappear when click arrow button to change month --- assets/js/src/App.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'assets/js/src') diff --git a/assets/js/src/App.js b/assets/js/src/App.js index 7651b3ec..ca94661d 100644 --- a/assets/js/src/App.js +++ b/assets/js/src/App.js @@ -125,8 +125,6 @@ App.prototype.datePicker = function() { // timeFormat: 'h:mm tt', constrainInput: false }); - - $(".hasDatepicker").on("blur", function(e) { $(this).datepicker("hide"); }); }; App.prototype.taskAutoComplete = function() { -- cgit v1.2.3