mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
fix main menu colors, fix facets display on IE8
This commit is contained in:
@@ -623,8 +623,11 @@
|
||||
|
||||
// hide helper and restore added classes and the title
|
||||
function hide(event) {
|
||||
|
||||
if( $.tooltip.currentHover && settings($.tooltip.current).isBrowsable ) {
|
||||
var isBrowsable = false;
|
||||
if( $.tooltip.current !== null ) {
|
||||
isBrowsable = settings($.tooltip.current).isBrowsable;
|
||||
}
|
||||
if( $.tooltip.currentHover && isBrowsable ) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user