1
0
Fork 0
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:
Cameron 2020-07-31 21:39:31 +01:00 committed by GitHub
parent 70a8bd1f09
commit 0acf8534bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {