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:
@@ -3224,7 +3224,7 @@ setInterval(()=>{
|
||||
gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;
|
||||
}, 910);
|
||||
|
||||
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
|
||||
function openGH() { window.open("https://mm.kno.wled.ge/"); }
|
||||
|
||||
var cnfr = false;
|
||||
function cnfReset()
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<script>
|
||||
var d=document;
|
||||
var loc = false, locip;
|
||||
function H(){window.open("https://github.com/Aircoookie/WLED/wiki/DMX");}
|
||||
function H(){window.open("https://mm.kno.wled.ge/interfaces/e1.31-dmx/");}
|
||||
function B(){window.history.back();}
|
||||
function GCH(num) {
|
||||
d.getElementById('dmxchannels').innerHTML += "";
|
||||
|
||||
@@ -115,13 +115,13 @@
|
||||
<hr>
|
||||
<h3>About</h3>
|
||||
<!-- WLEDMM additions -->
|
||||
<a href="https://github.com/MoonModules/WLED/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --> ☾<br>
|
||||
(c) 2024 <a href="https://github.com/Aircoookie/WLED/compare/main...MoonModules:WLED:mdev" target="_blank">Github MoonModules WLED Commit Authors</a><br><br>
|
||||
fork of <a href="https://github.com/Aircoookie/WLED/" target="_blank">WLED:</a><br>
|
||||
<a href="https://github.com/Aircoookie/WLED/wiki/Contributors-and-credits" target="_blank">Contributors, dependencies and special thanks</a><br>
|
||||
<a href="https://github.com/MoonModules/WLED-MM/" target="_blank">WLEDMM</a> version ##VERSION##<!-- Autoreplaced from package.json --> ☾<br>
|
||||
(c) 2025 <a href="https://github.com/wled/WLED/compare/main...MoonModules:WLED-MM:mdev" target="_blank">Github MoonModules WLED-MM Commit Authors</a><br><br>
|
||||
fork of <a href="https://github.com/wled/WLED/" target="_blank">WLED:</a><br>
|
||||
<a href="https://mm.kno.wled.ge/about/contributors/" target="_blank">Contributors, dependencies and special thanks</a><br>
|
||||
A huge thank you to everyone who helped me create WLED!<br><br>
|
||||
WLED core (c) 2016-2024 Christian Schwinne <br>
|
||||
<i>WLED MM Licensed under the <a href="https://github.com/MoonModules/WLED/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
|
||||
<i>WLED-MM Licensed under the <a href="https://github.com/MoonModules/WLED-MM/blob/master/LICENSE" target="_blank">EUPL-1.2 license</a></i><br><br>
|
||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><hr>
|
||||
<div id="toast"></div>
|
||||
<button type="button" onclick="B()">Back</button><button type="submit">Save</button>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -1284,7 +1284,7 @@ var hc = 0;
|
||||
setInterval(()=>{if (!isInfo) return; hc+=18; if (hc>300) hc=0; if (hc>200)hc=306; if (hc==144) hc+=36; if (hc==108) hc+=18;
|
||||
gId('heart').style.color = `hsl(${hc}, 100%, 50%)`; gId('heartMM').style.color = `hsl(${hc}, 100%, 50%)`;}, 910);
|
||||
|
||||
function openGH() { window.open("https://github.com/Aircoookie/WLED/wiki"); }
|
||||
function openGH() { window.open("https://mm.kno.wled.ge/"); }
|
||||
|
||||
var cnfr = false;
|
||||
function cnfReset()
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
<h2>MoonMod WLED Software Update</h2>
|
||||
<form method='POST' action='/update' id='uf' enctype='multipart/form-data' onsubmit="U()">
|
||||
Installed version: <span class="sip">WLEDMM ##VERSION##</span><br> <!--WLEDMM: show bin name-->
|
||||
Download the latest release: <a href="https://github.com/MoonModules/WLED/releases" target="_blank">
|
||||
<img src="https://img.shields.io/github/release/MoonModules/WLED.svg?style=flat-square"></a><br>
|
||||
Download the latest release: <a href="https://github.com/MoonModules/WLED-MM/releases" target="_blank">
|
||||
<img src="https://img.shields.io/github/release/MoonModules/WLED-MM.svg?style=flat-square"></a><br>
|
||||
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->
|
||||
<button type="submit">Update!</button><br>
|
||||
<button type="button" onclick="B()">Back</button>
|
||||
|
||||
Reference in New Issue
Block a user