Add dropdown menu on each board column title to close all tasks
This commit is contained in:
@@ -141,7 +141,7 @@ Board.prototype.listen = function() {
|
||||
self.toggleColumnScrolling();
|
||||
});
|
||||
|
||||
$(document).on("click", ".board-column-title", function() {
|
||||
$(document).on("click", ".board-toggle-column-view", function() {
|
||||
self.toggleColumnViewMode($(this).data("column-id"));
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user