1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix linting

This commit is contained in:
Matt Montgomery 2020-04-19 01:39:05 -05:00
parent c37e8f2f1b
commit 43d01146a2
4 changed files with 8 additions and 9 deletions

View file

@ -23,9 +23,7 @@ define(["quickConnectSettings", "dom", "globalize", "loading", "userSettings", "
btn.textContent = "Quick connect is not available on this server";
btn.disabled = true;
return false;
}
else if (status === "Available") {
} else if (status === "Available") {
return false;
}