mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix linting issue
This commit is contained in:
parent
3bbebdb49b
commit
e90f2d7cd1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ events.on(window.connectionManager, 'localusersignedin', function (e, user) {
|
||||||
|
|
||||||
webSettings.getFonts().then(fonts => {
|
webSettings.getFonts().then(fonts => {
|
||||||
for (const font of fonts) {
|
for (const font of fonts) {
|
||||||
let link = document.createElement('link');
|
const link = document.createElement('link');
|
||||||
link.setAttribute('rel', 'stylesheet');
|
link.setAttribute('rel', 'stylesheet');
|
||||||
link.href = font;
|
link.href = font;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue