mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add new slider
This commit is contained in:
parent
e33e5875cf
commit
09d4af3357
133 changed files with 9418 additions and 256 deletions
|
@ -51,12 +51,13 @@
|
|||
showDetailsMenu: true
|
||||
});
|
||||
|
||||
html += '</div>';
|
||||
|
||||
if (result.TotalRecordCount > result.Items.length) {
|
||||
var href = "favorites.html?sectionid=" + section.id;
|
||||
|
||||
html += '<a class="clearLink" href="' + href + '"><paper-button raised class="more">' + Globalize.translate('ButtonMoreItems') + '</paper-button></a>';
|
||||
}
|
||||
html += '</div>';
|
||||
}
|
||||
|
||||
elem = $(elem).html(html).lazyChildren();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue