mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
df03900f45
commit
3a35a9c5f2
3 changed files with 0 additions and 7 deletions
|
@ -29,8 +29,6 @@ import 'emby-select';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
/* eslint-disable indent */
|
||||||
|
|
||||||
libraryMenu = libraryMenu.default || libraryMenu;
|
|
||||||
|
|
||||||
function getPromise(apiClient, params) {
|
function getPromise(apiClient, params) {
|
||||||
const id = params.id;
|
const id = params.id;
|
||||||
|
|
||||||
|
|
|
@ -17,8 +17,6 @@ import 'flexStyles';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
/* eslint-disable indent */
|
||||||
|
|
||||||
libraryMenu = LibraryMenu.default || libraryMenu;
|
|
||||||
|
|
||||||
function itemsPerRow() {
|
function itemsPerRow() {
|
||||||
const screenWidth = dom.getWindowSize().innerWidth;
|
const screenWidth = dom.getWindowSize().innerWidth;
|
||||||
|
|
||||||
|
|
|
@ -19,9 +19,6 @@ import 'flexStyles';
|
||||||
|
|
||||||
/* eslint-disable indent */
|
/* eslint-disable indent */
|
||||||
|
|
||||||
playbackManager = playbackManager.default || playbackManager;
|
|
||||||
browser = browser.default || browser;
|
|
||||||
|
|
||||||
function renderHeader() {
|
function renderHeader() {
|
||||||
let html = '';
|
let html = '';
|
||||||
html += '<div class="flex align-items-center flex-grow headerTop">';
|
html += '<div class="flex align-items-center flex-grow headerTop">';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue