diff --git a/site/index.html b/site/index.html index e4dea39..3dc9738 100644 --- a/site/index.html +++ b/site/index.html @@ -59,12 +59,35 @@ sudo apt-get install jfa-go-tray

a better way to manage your Jellyfin users.

+
links
- github + github wiki/docs translation +

downloads

instructions can be found here

@@ -84,7 +107,7 @@ sudo apt-get install jfa-go-tray
-

These are built on every commit, so may include incomplete/broken features.

+

These are built on every commit, so may include incomplete/broken features. Take care.

windows/mac/linux docker diff --git a/ts/modules/common.ts b/ts/modules/common.ts index 7d1e2e4..751e4f2 100644 --- a/ts/modules/common.ts +++ b/ts/modules/common.ts @@ -221,5 +221,3 @@ export function insertText(textarea: HTMLTextAreaElement, text: string) { textarea.focus(); } } - - diff --git a/ts/modules/tabs.ts b/ts/modules/tabs.ts index 465d670..8f862e8 100644 --- a/ts/modules/tabs.ts +++ b/ts/modules/tabs.ts @@ -37,4 +37,3 @@ export class Tabs implements Tabs { } } } -