Comment out WLED upstream URL replacement
Commented out the line replacing the WLED upstream URL to prevent breaking credits.
This commit is contained in:
@@ -63,7 +63,7 @@ function adoptVersionAndRepo(html) {
|
|||||||
// Replace we
|
// Replace we
|
||||||
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
|
html = strReplace(html, "https://github.com/atuline/WLED", repoUrl);
|
||||||
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
|
html = strReplace(html, "https://github.com/Aircoookie/WLED", repoUrl);
|
||||||
html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl);
|
// html = strReplace(html, "https://github.com/wled-dev/WLED", repoUrl); // replacing upstream break "credits"
|
||||||
// html = strReplace(html, "https://github.com/wled/WLED", repoUrl);
|
// html = strReplace(html, "https://github.com/wled/WLED", repoUrl);
|
||||||
// html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
|
// html = strReplace(html, "https://github.com/MoonModules/WLED", repoUrl); //WLEDMM
|
||||||
// html = strReplace(html, "https://github.com/MoonModules/WLED-MM", repoUrl); //WLEDMM - not necessary to replace ourselves ;-)
|
// html = strReplace(html, "https://github.com/MoonModules/WLED-MM", repoUrl); //WLEDMM - not necessary to replace ourselves ;-)
|
||||||
|
|||||||
Reference in New Issue
Block a user