Skip to content

Commit

Permalink
Fix Pixel Magic button.
Browse files Browse the repository at this point in the history
  • Loading branch information
blazoncek committed Dec 22, 2023
1 parent 5c90a74 commit 809a294
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 1,334 deletions.
2 changes: 1 addition & 1 deletion wled00/data/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
</div>
</div>
<div style="padding-block: 10px;">
<button class="btn btn-xs" type="button" onclick="togglePixelMagicTool()"><i class="icons btn-icon">&#xe410;</i></button>
<button class="btn btn-xs" type="button" onclick="window.location.href=getURL('/pxmagic.htm')"><i class="icons btn-icon">&#xe410;</i></button>
<button class="btn btn-xs" type="button" onclick="window.location.href=getURL('/cpal.htm')"><i class="icons btn-icon">&#xe18a;</i></button>
<button class="btn btn-xs" type="button" onclick="palettesData=null;localStorage.removeItem('wledPalx');requestJson({rmcpal:true});setTimeout(loadPalettes,250,loadPalettesData);"><i class="icons btn-icon">&#xe037;</i></button>
</div>
Expand Down
Loading

0 comments on commit 809a294

Please sign in to comment.