1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Palette popover defined title twice

fixes #64
This commit is contained in:
Nicholas O'Leary 2013-11-07 16:08:35 +00:00
parent 3b49c85a8e
commit cb6fbf29a8

View File

@ -59,7 +59,6 @@ RED.palette = function() {
trigger: "hover", trigger: "hover",
delay: { show: 750, hide: 50 }, delay: { show: 750, hide: 50 },
html: true, html: true,
title: nt,
container:'body', container:'body',
content: $(($("script[data-help-name|='"+nt+"']").html()||"<p>no information available</p>").trim())[0] content: $(($("script[data-help-name|='"+nt+"']").html()||"<p>no information available</p>").trim())[0]
}); });