From a035d4cf9a3e46d56c0786c4da2c58e033fa23b7 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Fri, 2 May 2025 15:15:59 -0700 Subject: [PATCH] Mastodon integration successful --- HTML/mail.html | 2 +- HTML/post.html | 2 +- HTML/setting.html | 2 +- JS/post.js | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HTML/mail.html b/HTML/mail.html index 90d1d5f..786e0f6 100644 --- a/HTML/mail.html +++ b/HTML/mail.html @@ -16,7 +16,7 @@

Mail

-

OK

+

Back

diff --git a/HTML/post.html b/HTML/post.html index 00490d1..3ab1a55 100644 --- a/HTML/post.html +++ b/HTML/post.html @@ -16,6 +16,6 @@

POST!

-

Back

+

Back

diff --git a/HTML/setting.html b/HTML/setting.html index 8c9c08e..e3ff4a9 100644 --- a/HTML/setting.html +++ b/HTML/setting.html @@ -22,6 +22,6 @@

Login to Bluesky

-

OK

+

Back

diff --git a/JS/post.js b/JS/post.js index 78f4a80..dedac52 100644 --- a/JS/post.js +++ b/JS/post.js @@ -22,4 +22,5 @@ async function Post() { if (Cookie.IsCookieReal(Cookie.BlueskyAccessTokenCookie)) { } + InputArea.value = ""; }