fix outdated URLs

Aircoookie Wiki => mm.kno.wled.ge
MoonModules/WLED => MoonModules/WLED-MM
Aircoookie/WLED => wled/WLED
2024 => 2025
This commit is contained in:
Frank
2025-11-23 17:18:10 +01:00
parent 424416d51a
commit e0c7d254bb
13 changed files with 31 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
// var numM = 0;
function gId(s) { return d.getElementById(s); }
function isO(i) { return (i && typeof i === 'object' && !Array.isArray(i)); }
function H() { window.open("https://github.com/Aircoookie/WLED/wiki/Settings#usermod-settings"); }
function H() { window.open("https://mm.kno.wled.ge/usermods/AutoPlaylist/"); }
function B() { window.open("/settings","_self"); }
// https://www.educative.io/edpresso/how-to-dynamically-load-a-js-file-in-javascript
function loadJS(FILE_URL, async = true) {