Add event logging for more languages in display settings

Change-Id: I5d358d4e4d2a526381cd06fdeba98e7254418a24
This commit is contained in:
Amir E. Aharoni
2013-08-02 16:59:12 +03:00
committed by Niklas Laxström
parent b1c2abe773
commit f2f006788c

View File

@@ -323,6 +323,10 @@
$moreLanguagesButton.on( 'click', function () {
displaySettings.$parent.hide();
mw.uls.logEvent( {
action: 'more-languages-access',
context: 'interface'
} );
} );
},