mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix lint
This commit is contained in:
parent
4c28399c6b
commit
8691da18ad
1 changed files with 3 additions and 1 deletions
|
@ -77,6 +77,7 @@ export function showLayoutMenu (button, currentLayout, views) {
|
|||
});
|
||||
});
|
||||
}
|
||||
|
||||
export function getQueryPagingHtml (options) {
|
||||
var startIndex = options.startIndex;
|
||||
var limit = options.limit;
|
||||
|
@ -116,6 +117,7 @@ export function getQueryPagingHtml (options) {
|
|||
|
||||
return html += '</div>';
|
||||
}
|
||||
|
||||
export function showSortMenu (options) {
|
||||
require(['dialogHelper', 'emby-radio'], function (dialogHelper) {
|
||||
function onSortByChange() {
|
||||
|
@ -207,4 +209,4 @@ export default {
|
|||
showLayoutMenu,
|
||||
getQueryPagingHtml,
|
||||
showSortMenu
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue