mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
3b49c85a8e
commit
cb6fbf29a8
@ -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]
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user