';
cell += '
';
$(el).append(cell);
});
window.wrapLazyloadImages(el);
});
}
});
});';
if (!users.length && item.user && !hide.includes('user')) {
cell += '';
cell += '
';
cell += '' + item.user.login + '';
cell += '';
}
let date = new Date(item.created_at);
cell += '' + date.toLocaleString() + '';
cell += '
';
cell += '';
if (!hide.includes('title')) {
cell += '
';
cell += ''; cell += ''; cell += item.title || item.name || item.tag_name; cell += ''; cell += '
'; } cell += marked.parse(item.body || ''); if (!hide.includes('footer')) { cell += ''; } cell += '