From 4805c1ba4818bc2e0daa6da9c4786701864c3c5f Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Tue, 14 May 2024 15:31:00 -0500 Subject: [PATCH] Be more specific --- pageUpdater.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageUpdater.js b/pageUpdater.js index a316983..b8551bd 100644 --- a/pageUpdater.js +++ b/pageUpdater.js @@ -184,7 +184,7 @@ async function updateCommits() { var commits = siteResponse.substring(0, siteResponse.indexOf("Commits")) commits = commits.substring(commits.lastIndexOf("") + 3, commits.lastIndexOf("")) - // ^ this works for Forgejo (codeberg) + // ^ this works for Forgejo (basically everything i use that isnt Github E.G. Codeberg) // commits = commits.substring(commits.lastIndexOf(">") + 1) // ^ This works for Github (fuck you Github)