Log tofu detection event

This only works if webfonts enabled (the checkbox is checked).

Change-Id: Ibbedc6a34dacb983f156d8a33afa5ab625e32f5f
This commit is contained in:
Amir E. Aharoni
2014-02-17 23:12:02 +02:00
parent 4f27c6769b
commit 261542d738
4 changed files with 48 additions and 11 deletions

View File

@@ -79,7 +79,10 @@ $wgResourceModules['ext.uls.init'] = array(
$wgResourceModules['ext.uls.eventlogger'] = array(
'scripts' => 'resources/js/ext.uls.eventlogger.js',
'dependencies' => 'schema.UniversalLanguageSelector',
'dependencies' => array(
'schema.UniversalLanguageSelector',
'schema.UniversalLanguageSelector-tofu',
),
) + $resourcePaths;
$wgResourceModules['ext.uls.i18n'] = array(