diff --git a/public/red/ui/palette.js b/public/red/ui/palette.js index 8975c71f7..994b85ade 100644 --- a/public/red/ui/palette.js +++ b/public/red/ui/palette.js @@ -63,7 +63,10 @@ RED.palette = function() { container:'body', content: $(($("script[data-help-name|='"+nt+"']").html()||"

no information available

").trim())[0] }); - + $(d).click(function() { + var help = '
'+($("script[data-help-name|='"+d.type+"']").html()||"")+"
"; + $("#tab-info").html(help); + }); $(d).draggable({ helper: 'clone', appendTo: 'body',