Fix the issue #1415 and issue #1425 Datepicker will disappear when click arrow button to change month

This commit is contained in:
Libin Pan 2015-11-02 14:44:00 -08:00
parent 06e9486c59
commit 2fe5a69cdf
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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() {