Tag filter

This commit is contained in:
yflory
2020-03-05 12:06:35 +01:00
parent 411b125b0f
commit fdea16d601
4 changed files with 135 additions and 30 deletions

View File

@@ -73,6 +73,7 @@
colorClick: function (el, type) {},
addItemClick: function (el, boardId) {},
renderMd: function (md) {},
refresh: function () {},
onChange: function () {}
};
@@ -526,6 +527,7 @@
}
this.options.boards = boards;
this.addBoards();
self.options.refresh();
}
this.findBoard = function (id) {