diff --git a/public/red/ui/palette.js b/public/red/ui/palette.js index 56be7c246..3564e4e6a 100644 --- a/public/red/ui/palette.js +++ b/public/red/ui/palette.js @@ -20,12 +20,12 @@ RED.palette = function() { var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced']; function createCategoryContainer(category){ - console.log(category); + $("#palette-container").append('\ -
\ -
'+category+'
\ -
\ -
'); +
\ +
'+category+'
\ +
\ +
'); }