Bind keyboard shortcut 'n' to the right view (refactoring)
This commit is contained in:
@@ -16,8 +16,6 @@ Kanboard.Search.prototype.focus = function() {
|
||||
};
|
||||
|
||||
Kanboard.Search.prototype.listen = function() {
|
||||
var self = this;
|
||||
|
||||
// Filter helper for search
|
||||
$(document).on("click", ".filter-helper", function (e) {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user