Fix: Uncaught TypeError: Cannot read property 'shown' of undefined
Bug: 49103 Change-Id: Iecaa078835777625eca5d35dbb6ece19de1e8b29
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
// manually show the tooltip
|
||||
$ulsTrigger.on( 'mouseover', function () {
|
||||
// show only if the ULS panel is not shown
|
||||
if ( !$ulsTrigger.data( 'uls' ).shown ) {
|
||||
if ( !$( '.uls-menu:visible' ).length ) {
|
||||
showTipsy( 3000 );
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user