Merge branch 'lkiesow-add-board-bottom-left' into staging

This commit is contained in:
yflory 2019-10-28 11:59:49 +01:00
commit e79a6f4bb5

View file

@ -507,13 +507,13 @@
var addBoard = document.createElement('div');
addBoard.id = 'kanban-addboard';
addBoard.setAttribute('class', 'fa fa-plus');
boardContainerOuter.appendChild(addBoard);
self.container = boardContainer;
//add boards
self.addBoards(self.options.boards);
//appends to container
self.element.appendChild(boardContainerOuter);
self.element.appendChild(addBoard);
// send event that board has changed
self.onChange();