build: Update linters
Change-Id: Ib513d9fe879fb0c848cdfefaaaa753cc7279e242
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
// manually show the tooltip
|
||||
$ulsTrigger.on( 'mouseover', function () {
|
||||
// show only if the ULS panel is not shown
|
||||
// eslint-disable-next-line no-jquery/no-sizzle
|
||||
if ( !$( '.uls-menu:visible' ).length ) {
|
||||
showTipsy( 3000 );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user