diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-14 17:03:55 -0400 |
commit | 17a3781bd8c03e6b653104dbcb996a1ff1213959 (patch) | |
tree | 8cf5de301e55f62465d19f270109c6c7c49cc5ce /assets/js/src/Tooltip.js | |
parent | c6a4fbb3864d63a69a0b42d17f5c3037a73da961 (diff) |
Add Gantt chart for projects
Diffstat (limited to 'assets/js/src/Tooltip.js')
-rw-r--r-- | assets/js/src/Tooltip.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/src/Tooltip.js b/assets/js/src/Tooltip.js index 48102da6..0ec8b268 100644 --- a/assets/js/src/Tooltip.js +++ b/assets/js/src/Tooltip.js @@ -8,6 +8,7 @@ Tooltip.prototype.listen = function() { $(".tooltip").tooltip({ track: false, show: false, + hide: false, position: { my: 'left-20 top', at: 'center bottom+9', |