Update Customizer.html
parent
8bd074131d
commit
3636b32084
|
|
@ -295,6 +295,9 @@ Clockwork.windUp({
|
||||||
FillColor: ${chosenFillColor()}
|
FillColor: ${chosenFillColor()}
|
||||||
});
|
});
|
||||||
`
|
`
|
||||||
|
console.log('the configured AC-AC app looks as follows:')
|
||||||
|
console.log(AppSource)
|
||||||
|
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{name:'ac-ac.app.js', url:'app.js', content:AppSource},
|
{name:'ac-ac.app.js', url:'app.js', content:AppSource},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue