mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Fix tooltips instantiation for async (XHR) markup
This commit is contained in:
@@ -156,4 +156,9 @@ $(document).ready(function(){
|
||||
oTargetElem.attr('data-fullscreen-target', 'true');
|
||||
$(this).attr('data-fullscreen-toggler-instantiated', 'true');
|
||||
});
|
||||
|
||||
// Processing on datatables refresh
|
||||
$(document).on('init.dt draw.dt', function (oEvent) {
|
||||
CombodoTooltip.InitAllNonInstantiatedTooltips($(oEvent.target), true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user