eventlogger module for ULS
Separating event logging out of ULS functionality. Event logging is now loosely coupled with ULS. ULS core modules can emit an event whenever EventLogging is required. The eventlogger module will act on the event if configured. Change-Id: I59dfcfb25c1acb85376b56239f2355ee7c4aff1e
This commit is contained in:
committed by
Amir E. Aharoni
parent
8defd1f4a8
commit
117cc5bf46
@@ -391,10 +391,7 @@
|
||||
|
||||
$moreLanguagesButton.on( 'click', function () {
|
||||
inputSettings.$parent.hide();
|
||||
mw.uls.logEvent( {
|
||||
action: 'more-languages-access',
|
||||
context: 'ime'
|
||||
} );
|
||||
mw.hook( 'mw.uls.ime.morelanguages' ).fire();
|
||||
} );
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user