Hide the ULS trigger for users who disabled JS
Bug: 42500 Change-Id: I297a8d3bb9d9031e21dd6842f5d27dd54f469c29
This commit is contained in:
@@ -38,6 +38,12 @@ $wgResourceModules['ext.uls.ime'] = array(
|
||||
),
|
||||
) + $resourcePaths;
|
||||
|
||||
// Styles for users who disabled JavaScript
|
||||
$wgResourceModules['ext.uls.nojs'] = array(
|
||||
'styles' => 'resources/css/ext.uls.nojs.css',
|
||||
'position' => 'top',
|
||||
) + $resourcePaths;
|
||||
|
||||
// Base ULS module
|
||||
$wgResourceModules['ext.uls.init'] = array(
|
||||
'scripts' => 'resources/js/ext.uls.init.js',
|
||||
|
||||
Reference in New Issue
Block a user