Nikerabbit has uploaded a new change for review.
https://gerrit.wikimedia.org/r/55867
Change subject: Consistency changes
......................................................................
Consistency changes
As a side note I think not all of these need to have
position => top
Change-Id: Id5c62940ef7084b97573cfd62974f3bc27dd418a
---
M Resources.php
1 file changed, 4 insertions(+), 12 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/UniversalLanguageSelector
refs/changes/67/55867/1
diff --git a/Resources.php b/Resources.php
index 2dd3b74..5ebbe12 100644
--- a/Resources.php
+++ b/Resources.php
@@ -105,9 +105,7 @@
$wgResourceModules['jquery.ime'] = array(
'scripts' => 'lib/jquery.ime/jquery.ime.js',
- 'styles' => array(
- 'lib/jquery.ime/css/jquery.ime.css',
- ),
+ 'styles' => 'lib/jquery.ime/css/jquery.ime.css',
) + $resourcePaths;
$wgResourceModules['jquery.uls'] = array(
@@ -130,12 +128,8 @@
) + $resourcePaths;
$wgResourceModules['jquery.uls.compact'] = array(
- 'styles' => array(
- 'lib/jquery.uls/css/jquery.uls.compact.css',
- ),
- 'dependencies' => array(
- 'jquery.uls',
- ),
+ 'styles' => 'lib/jquery.uls/css/jquery.uls.compact.css',
+ 'dependencies' => 'jquery.uls',
'position' => 'top',
) + $resourcePaths;
@@ -148,9 +142,7 @@
) + $resourcePaths;
$wgResourceModules['jquery.uls.grid'] = array(
- 'styles' => array(
- 'lib/jquery.uls/css/jquery.uls.grid.css',
- ),
+ 'styles' => 'lib/jquery.uls/css/jquery.uls.grid.css',
'position' => 'top',
) + $resourcePaths;
--
To view, visit https://gerrit.wikimedia.org/r/55867
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5c62940ef7084b97573cfd62974f3bc27dd418a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/UniversalLanguageSelector
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits