Fix bug: Datepicker is closed on blur event (merge pull-request #1446)

This commit is contained in:
Frederic Guillot
2015-11-12 07:14:46 -05:00
3 changed files with 2 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() {