Merge "Explicitly define module position"

This commit is contained in:
jenkins-bot 2015-04-28 14:28:38 +00:00 committed by Gerrit Code Review
commit 3f6b1f0910
1 changed files with 2 additions and 0 deletions

View File

@ -244,12 +244,14 @@ $wgSpecialPages['MathShowImage'] = 'SpecialMathShowImage';
$wgSpecialPages['MathStatus'] = 'SpecialMathStatus';
$wgResourceModules['ext.math.styles'] = array(
'position' => 'top',
'localBasePath' => __DIR__ . '/modules',
'remoteExtPath' => 'Math/modules',
'styles' => 'ext.math.css',
'targets' => array( 'desktop', 'mobile' ),
);
$wgResourceModules['ext.math.desktop.styles'] = array(
'position' => 'top',
'localBasePath' => __DIR__ . '/modules',
'remoteExtPath' => 'Math/modules',
'styles' => 'ext.math.desktop.css',