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