diff options
Diffstat (limited to 'assets/js/src/Task.js')
-rw-r--r-- | assets/js/src/Task.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/assets/js/src/Task.js b/assets/js/src/Task.js index 3eef26c7..06419207 100644 --- a/assets/js/src/Task.js +++ b/assets/js/src/Task.js @@ -11,10 +11,6 @@ Kanboard.Task.prototype.keyboardShortcuts = function() { self.app.get("Popover").open(taskView.data("edit-url")); }); - Mousetrap.bind("d", function() { - self.app.get("Popover").open(taskView.data("description-url")); - }); - Mousetrap.bind("c", function() { self.app.get("Popover").open(taskView.data("comment-url")); }); |