mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed the forced title
This commit is contained in:
parent
107b2bdb1c
commit
84b617e7a7
@ -757,6 +757,9 @@ TreeNodeDetailController = {
|
|||||||
$label.addClass('tree-element-detail-loaded');
|
$label.addClass('tree-element-detail-loaded');
|
||||||
$content.html(data);
|
$content.html(data);
|
||||||
|
|
||||||
|
// Add again the hover event to the 'force_callback' elements
|
||||||
|
forced_title_callback();
|
||||||
|
|
||||||
controller.open();
|
controller.open();
|
||||||
},
|
},
|
||||||
error: function(xhr, textStatus, errorThrown) {
|
error: function(xhr, textStatus, errorThrown) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user