diff --git a/www/kanban/inner.js b/www/kanban/inner.js index 41176d090..6d4750549 100644 --- a/www/kanban/inner.js +++ b/www/kanban/inner.js @@ -364,6 +364,7 @@ define([ var idx = list.indexOf(id); if (idx !== -1) { list.splice(idx, 1); } delete (boards.data || {})[id]; + kanban.removeBoard(id); return void commit(); } Object.keys(boards.data || {}).forEach(function (boardId) {