VincentVanWijk

Results 3 comments of VincentVanWijk

Same problem here, also want to point out the edit links also link to the compiled view, so when I click the 'pencil', the wrong file opens in phpstorm. edit:...

@Andrew-Chen-Wang I also needed to limit to a depth of 1 nested folder. i started with your code, but ended up with this, i think it achieves the same. I...

i do it by simply removing and rebuilding the entire board: ```js kanban(@json($boards)); function kanban(boards) { //remove and re-append board $('.kanban-board').remove(); $('#kanban').append(''); new jKanban({ element: '.kanban-board', gutter: '10px', widthBoard: '250px',...