1057430469019623425
Published:
// #wekan #export function w(t){document.write(t +’<br />’)} ls = $(‘.js-list’) for (x = 0; x < ls.length; x++) { w($(ls[x]).find(‘.list-header-name’)[0].innerText) w(‘-‘) var l = $(ls[x]).find(‘.minicard-title’) for (y = 0; y < l.length; y++) { w(l[y].innerText) } w(‘’) }