Palette preview fix.
This commit is contained in:
parent
9848f9613c
commit
1a509cf3e0
@ -190,12 +190,11 @@ function onLoad()
|
||||
|
||||
// Load initial data
|
||||
loadPalettes(function() {
|
||||
loadPalettesData();
|
||||
loadFX(function() {
|
||||
loadPresets(function() {
|
||||
loadInfo(function() {
|
||||
requestJson({'v':true,'rev':2}, false, true, function() {
|
||||
loadPalettesData();
|
||||
});
|
||||
requestJson({'v':true,'rev':2}, false, true);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
2066
wled00/html_ui.h
2066
wled00/html_ui.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user