Small cleanups and typo fixes

Change-Id: I4faeb4673fd5e903d2931d6071262a893d4009f5
This commit is contained in:
Niklas Laxström
2021-04-14 13:09:05 +03:00
committed by jenkins-bot
parent 929e707c49
commit 2a044e1e0a
5 changed files with 5 additions and 10 deletions

View File

@@ -151,10 +151,7 @@
clearTimeout( tipsyTimer );
} ).on( 'mouseout', function () {
tipsyTimer = setTimeout( hideTipsy, timeout );
} );
// hide the tooltip when clicked on it
$( '.uls-tipsy' ).on( 'click', hideTipsy );
} ).on( 'click', hideTipsy );
tipsyTimer = setTimeout( hideTipsy, timeout );
}
@@ -472,7 +469,7 @@
$target,
mw.uls.getInterlanguageListFromNodes( languageNodes ),
// Using this as heuristic for now. May need to reconsider later. Enables
// behavior sepcific to compact language links.
// behavior specific to compact language links.
!standalone
);