mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Apply suggestions from code review
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
70a8bd1f09
commit
0acf8534bb
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ let layer4;
|
|||
let circleLefts;
|
||||
let circleRights;
|
||||
|
||||
function show() {
|
||||
export function show() {
|
||||
let elem = loadingElem;
|
||||
|
||||
if (!elem) {
|
||||
|
@ -47,7 +47,7 @@ function show() {
|
|||
}
|
||||
}
|
||||
|
||||
function hide() {
|
||||
export function hide() {
|
||||
const elem = loadingElem;
|
||||
|
||||
if (elem) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue