Add event logging for more languages in input settings
Change-Id: I98b048ad8fdb923bc7e0834d2021c49b687ad9da
This commit is contained in:
committed by
Niklas Laxström
parent
b1c2abe773
commit
8c8b82ac4b
@@ -391,6 +391,10 @@
|
||||
|
||||
$moreLanguagesButton.on( 'click', function () {
|
||||
inputSettings.$parent.hide();
|
||||
mw.uls.logEvent( {
|
||||
action: 'more-languages-access',
|
||||
context: 'ime'
|
||||
} );
|
||||
} );
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user