Removed useless keyboard shortcut

This commit is contained in:
Frederic Guillot
2016-06-24 19:31:34 -04:00
parent 49d312d5a4
commit cead21691e
4 changed files with 2 additions and 8 deletions

View File

@@ -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"));
});