mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 07:42:17 +02:00
N°3749 - Remove old JS tooltip libs (qTip, jQuery tooltip, Bootstrap tooltip) calls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user