diff options
Diffstat (limited to 'assets/js/src')
-rw-r--r-- | assets/js/src/App.js | 2 |
1 files changed, 0 insertions, 2 deletions
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() { |