From cb6fbf29a872bcfe9d2d332329607325b5eb81b2 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Thu, 7 Nov 2013 16:08:35 +0000 Subject: [PATCH] Palette popover defined title twice fixes #64 --- public/red/ui/palette.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/red/ui/palette.js b/public/red/ui/palette.js index 994b85ade..80b7a0142 100644 --- a/public/red/ui/palette.js +++ b/public/red/ui/palette.js @@ -59,7 +59,6 @@ RED.palette = function() { trigger: "hover", delay: { show: 750, hide: 50 }, html: true, - title: nt, container:'body', content: $(($("script[data-help-name|='"+nt+"']").html()||"

no information available

").trim())[0] });