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
85b8671294
commit
abcc8b6c60
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ import 'registerElement';
|
||||||
|
|
||||||
const labelTextElement = labelElement.querySelector('span');
|
const labelTextElement = labelElement.querySelector('span');
|
||||||
|
|
||||||
const outlineClass = 'checkboxOutline';
|
let outlineClass = 'checkboxOutline';
|
||||||
|
|
||||||
const customClass = this.getAttribute('data-outlineclass');
|
const customClass = this.getAttribute('data-outlineclass');
|
||||||
if (customClass) {
|
if (customClass) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue