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
1 changed files with 0 additions and 1 deletions

View File

@ -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()||"<p>no information available</p>").trim())[0]
});