summaryrefslogtreecommitdiff
path: root/assets/js/src
diff options
context:
space:
mode:
authorLibin Pan <lpan@apple.com>2015-11-02 14:44:00 -0800
committerLibin Pan <lpan@apple.com>2015-11-02 14:44:00 -0800
commit2fe5a69cdf2c71eb846f339d1c0948599a8b9a7c (patch)
tree9559e1485ff3be1ea50035e78061ebcf080495b7 /assets/js/src
parent06e9486c59831cdd1630647ea7474a39879a37da (diff)
Fix the issue #1415 and issue #1425 Datepicker will disappear when click arrow button to change month
Diffstat (limited to 'assets/js/src')
-rw-r--r--assets/js/src/App.js2
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() {