Fixed the forced title
This commit is contained in:
parent
107b2bdb1c
commit
84b617e7a7
|
@ -757,6 +757,9 @@ TreeNodeDetailController = {
|
|||
$label.addClass('tree-element-detail-loaded');
|
||||
$content.html(data);
|
||||
|
||||
// Add again the hover event to the 'force_callback' elements
|
||||
forced_title_callback();
|
||||
|
||||
controller.open();
|
||||
},
|
||||
error: function(xhr, textStatus, errorThrown) {
|
||||
|
|
Loading…
Reference in New Issue