Removed useless keyboard shortcut
This commit is contained in:
2
assets/js/app.min.js
vendored
2
assets/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -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"));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user