1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-08 10:37:47 +02:00

element already existed, oops

This commit is contained in:
Harvey Tindall 2021-01-29 01:32:44 +00:00
parent c0a05be44e
commit 4fc9bdb35b
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 1 additions and 2 deletions

View File

@ -257,7 +257,6 @@
<label class="row switch pb-1">
<input type="radio" name="email-24h" value="false"><span>{{ .lang.Email.time12h }}</span>
</label>
<span class="support mb-1" id="dateformat-description"></span>
</div>
</div>
<div class="col">

View File

@ -201,7 +201,7 @@ class LangSelect extends Select {
window.lang = new lang(window.langFile as LangFile);
html("language-description", window.lang.var("language", "description", `<a href="https://weblate.hrfee.pw">Weblate</a>`));
html("email-description", window.lang.var("email", "description", `<a href="https://mailgun.com">Mailgun</a>`));
html("dateformat-description", window.lang.var("email", "dateFormatNotice", `<a href="https://strftime.ninja/">strftime.ninja</a>`));
html("email-dateformat-notice", window.lang.var("email", "dateFormatNotice", `<a href="https://strftime.ninja/">strftime.ninja</a>`));
const settings = {
"jellyfin": {