N°3749 - Remove old JS tooltip libs (qTip, jQuery tooltip, Bootstrap tooltip) calls

This commit is contained in:
Stephen Abello
2025-08-01 10:01:19 +02:00
parent 5a50398dba
commit d3e450c54e
2 changed files with 4 additions and 10 deletions

View File

@@ -55,6 +55,7 @@ $(document).ready(function()
// Hide tooltips when a modal is opening, otherwise it might be overlapping it
oBodyElem.on('show.bs.modal', '.modal', function ()
{
// We'll probably never have this kind of tooltip anymore, but just in case
$(this).find('.tooltip.in').tooltip('hide');
// Set the z-index of the modal and its backdrop in case we have several modals opened