mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
convert collapsibles
This commit is contained in:
parent
963dbfa5b0
commit
8725cad45e
5 changed files with 26 additions and 41 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
if (positive && positive.length > 0) {
|
||||
|
||||
html += '<div data-role="collapsible" data-collapsed="true" style="margin-top: 2em;" >';
|
||||
html += '<div style="margin-top: 2em;" >';
|
||||
html += '<h3>' + Globalize.translate('HeaderLatestReviews') + '</h3>';
|
||||
|
||||
html += "<div><br/>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue