Skip to content

Commit 028b12c

Browse files
committed
Custom Effects buttons conform to ? standard
1 parent 05971a2 commit 028b12c

File tree

2 files changed

+582
-583
lines changed

2 files changed

+582
-583
lines changed

usermods/customeffects/customeffects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ function populateCEEditor(name, segID)
102102
<button class="btn infobtn" onclick="loadCETemplate('${name}')">Load template</button><br>
103103
<button class="btn infobtn" onclick="downloadCEFile('wledv033.json')">Download wled json</button>
104104
<button class="btn infobtn" onclick="downloadCEFile('presets.json')">Download presets.json</button><br>
105-
<a href="https://github.com/MoonModules/WLED-Effects/tree/master/CustomEffects/wled" target="_blank">Custom Effects Library</a><br>
106-
<a href="https://mm.kno.wled.ge/moonmodules/custom-effects" target="_blank">Custom Effects Help</a><br>
105+
<button class="btn infobtn" onclick="location.href='https://github.com/MoonModules/WLED-Effects/tree/master/CustomEffects/wled'" type="button">Custom Effects Library</button>
106+
<button class="btn infobtn btn-xs" onclick="location.href='https://mm.kno.wled.ge/moonmodules/custom-effects'" type="button">?</button><br>
107107
<br><i>Compile and Run Log</i><br>
108108
<textarea class="ceTextarea" id="ceLogArea"></textarea><br>
109109
<i>Run log > 3 seconds is send to Serial Ouput.</i>`;

0 commit comments

Comments
 (0)