mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix tooltip display
This commit is contained in:
@@ -209,6 +209,15 @@
|
||||
}
|
||||
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);
|
||||
}
|
||||
return;
|
||||
|
Reference in New Issue
Block a user