From cead21691e449707e17dba4ef0be3f8ce0ee42f5 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 24 Jun 2016 19:31:34 -0400 Subject: Removed useless keyboard shortcut --- assets/js/src/Task.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'assets/js/src') 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")); }); -- cgit v1.2.3