allow for custom color swatches

reset colors to black on deselect
fix fill_color default black
This commit is contained in:
dm
2021-01-18 20:53:54 +01:00
parent 8b5aaed92a
commit 5a9a79addb
3 changed files with 11 additions and 16 deletions

View File

@@ -21,7 +21,8 @@
webHost: location.host,
webEndpoint: location.origin,
apiEndpoint: location.origin,
websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:")
websocketsEndpoint: location.origin.replace("https:","wss:").replace("http:","ws:"),
options: <%- JSON.stringify(config.spacedeck) %>
};
</script>