From 7193b6c9ac10842b0aaa19c0090e221ec1812a59 Mon Sep 17 00:00:00 2001
From: nune <145225213+gigirassy@users.noreply.github.com>
Date: Tue, 1 Jul 2025 07:44:47 -0400
Subject: [PATCH 1/3] Update check_update.js
---
static/check_update.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/check_update.js b/static/check_update.js
index 4cd745b..e221669 100644
--- a/static/check_update.js
+++ b/static/check_update.js
@@ -21,10 +21,10 @@ async function checkInstanceUpdateStatus() {
statusMessage = '✅ Instance is up to date.';
} else if (commitIndex > 0) {
statusMessage = `⚠️ This instance is not up to date and is ${commitIndex} commits old. Test and confirm on an up-to-date instance before reporting.`;
- document.getElementById('error-318').remove();
+ document.getElementById('error-446').remove();
} else {
statusMessage = `⚠️ This instance is not up to date and is at least ${commitHashes.length} commits old. Test and confirm on an up-to-date instance before reporting.`;
- document.getElementById('error-318').remove();
+ document.getElementById('error-446').remove();
}
} else {
statusMessage = '⚠️ Unable to fetch commit information.';
From 66fed3cb51a79b8e7c395ba96e46c34d5e299e1d Mon Sep 17 00:00:00 2001
From: nune <145225213+gigirassy@users.noreply.github.com>
Date: Tue, 1 Jul 2025 07:45:19 -0400
Subject: [PATCH 2/3] Update error.html
---
templates/error.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/error.html b/templates/error.html
index 2a56f68..0ca89ff 100644
--- a/templates/error.html
+++ b/templates/error.html
@@ -17,7 +17,7 @@
href="https://github.com/redlib-org/redlib/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=%F0%9F%90%9B+Bug+Report%3A+{{ msg }}">Report
an issue
-
If you're getting a "Failed to parse page JSON data" error, please check #318
+If you're getting a "Failed to parse page JSON data" error, please check #318
If you're getting a "Failed to parse page JSON data" error, please check #318
+If you're getting a "Failed to parse page JSON data" error, please check #446