From b39ad5c68878be498e00cd6a596a3ab41819d361 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sun, 14 Nov 2021 23:06:15 +0000 Subject: [PATCH] site: add features, dono button --- site/index.html | 27 +++++++++++++++++++++++++-- ts/modules/common.ts | 2 -- ts/modules/tabs.ts | 1 - 3 files changed, 25 insertions(+), 5 deletions(-) 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 { } } } -