diff --git a/js/Startup.js b/js/Startup.js index de7f8ca..f7a7b82 100644 --- a/js/Startup.js +++ b/js/Startup.js @@ -35,9 +35,7 @@ const Startup = (() => { console.trace(); // The palette is empty, at the beginning ColorModule.resetPalette(); - if (lpe && !lpe.colors) { - lpe.colors = ["#000000"]; - } + initLayers(lpe); initPalette();