PixelForge adaptations for version 14.x

* different call for listing images
* different call for deleting images
* minor cleanups
This commit is contained in:
Frank
2025-12-18 23:51:48 +01:00
parent 0f5c1d5a0f
commit 45b97e8028
3 changed files with 12 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ function adoptVersionAndRepo(html) {
if (repoUrl) {
repoUrl = repoUrl.replace(/^git\+/, "");
repoUrl = repoUrl.replace(/\.git$/, "");
// html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl); // replacing upstream break "credits"
// html = html.replaceAll("https://github.com/wled-dev/WLED", repoUrl); // WLEDMM replacing upstream break "credits"
html = html.replaceAll("https://github.com/atuline/WLED", repoUrl);
html = html.replaceAll("https://github.com/Aircoookie/WLED", repoUrl);
}