Fixed the forced title

This commit is contained in:
Alejandro Gallardo Escobar 2015-02-02 13:26:47 +01:00
parent 107b2bdb1c
commit 84b617e7a7
1 changed files with 3 additions and 0 deletions

View File

@ -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) {