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:
@@ -408,6 +408,12 @@ JS
|
||||
});
|
||||
}
|
||||
});
|
||||
$(document).ajaxSuccess(function(){
|
||||
// Init tooltips from async. markup, small timeout to allow markup to be built if necessary
|
||||
setTimeout(function(){
|
||||
CombodoTooltip.InitAllNonInstantiatedTooltips();
|
||||
}, 1000);
|
||||
});
|
||||
JS
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user