mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Fix tooltip display
This commit is contained in:
@@ -209,6 +209,15 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
title = '<div class="popover" style="display:block;position:relative;">'+
|
||||||
|
'<div class="arrow"></div>'+
|
||||||
|
'<div class="popover-inner" style="width:auto;">'+
|
||||||
|
'<div class="popover-content">'+
|
||||||
|
title+
|
||||||
|
'</div>'+
|
||||||
|
'</div>'+
|
||||||
|
'</div>';
|
||||||
|
|
||||||
positioning.apply(this, arguments);
|
positioning.apply(this, arguments);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user