diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-09-21 11:34:16 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-11-04 10:01:20 -0500 |
commit | 2ad630fb51da9eacfb8716a4615e250efd44e0a7 (patch) | |
tree | 9786a52818fc4469488798231fc1e1a1f0531c57 /app/assets/javascripts/users | |
parent | 5368b9f249485e254a90fe7daa551d61412bee26 (diff) | |
download | gitlab-ce-2ad630fb51da9eacfb8716a4615e250efd44e0a7.tar.gz |
Fix deselecting calendar days on contribution graph
Diffstat (limited to 'app/assets/javascripts/users')
-rw-r--r-- | app/assets/javascripts/users/calendar.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/users/calendar.js b/app/assets/javascripts/users/calendar.js index 0ec878e7e60..7701f32772c 100644 --- a/app/assets/javascripts/users/calendar.js +++ b/app/assets/javascripts/users/calendar.js @@ -206,6 +206,7 @@ } }); } else { + this.currentSelectedDate = ''; return $('.user-calendar-activities').html(''); } }; |