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:
parent
fb63fc4cce
commit
1cfd2538be
1 changed files with 0 additions and 10 deletions
|
@ -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"> </div>';
|
||||
} else {
|
||||
cardFooterHtml += '<div class="cardText cardTextCentered cardText-secondary"> </div>';
|
||||
}
|
||||
}*/
|
||||
|
||||
return html;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue