1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Remove dead code from CardBuilder

This commit is contained in:
MrTimscampi 2020-03-19 23:01:21 +01:00
parent fb63fc4cce
commit 1cfd2538be

View file

@ -459,16 +459,6 @@ import 'programStyles';
}
}
/*let cardFooterHtml = '';
for (let i = 0; i < (options.lines || 0); i++) {
if (i === 0) {
cardFooterHtml += '<div class="cardText cardTextCentered cardText-first">&nbsp;</div>';
} else {
cardFooterHtml += '<div class="cardText cardTextCentered cardText-secondary">&nbsp;</div>';
}
}*/
return html;
}