Small cleanups and typo fixes
Change-Id: I4faeb4673fd5e903d2931d6071262a893d4009f5
This commit is contained in:
committed by
jenkins-bot
parent
929e707c49
commit
2a044e1e0a
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user