Yaron Koren has uploaded a new change for review.
https://gerrit.wikimedia.org/r/230149
Change subject: Added position to RL modules that need it - necessary for MW
1.26+
......................................................................
Added position to RL modules that need it - necessary for MW 1.26+
Change-Id: Icd253a9a6ee19fd790d4fa3848084977f9002891
---
M Cargo.php
M extension.json
2 files changed, 6 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo
refs/changes/49/230149/1
diff --git a/Cargo.php b/Cargo.php
index 8407752..01977e7 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -150,6 +150,7 @@
$wgResourceModules += array(
'ext.cargo.main' => array(
'styles' => 'Cargo.css',
+ 'position' => 'top',
'localBasePath' => __DIR__,
'remoteExtPath' => 'Cargo'
),
@@ -242,6 +243,7 @@
'libs/nv.d3.js',
'libs/ext.cargo.nvd3.js',
),
+ 'position' => 'top',
'localBasePath' => __DIR__,
'remoteExtPath' => 'Cargo'
),
diff --git a/extension.json b/extension.json
index 1b55cde..1d11479 100644
--- a/extension.json
+++ b/extension.json
@@ -99,7 +99,8 @@
},
"ResourceModules": {
"ext.cargo.main": {
- "styles": "Cargo.css"
+ "styles": "Cargo.css",
+ "position": "top"
},
"ext.cargo.drilldown": {
"styles": [
@@ -179,7 +180,8 @@
"libs/d3.js",
"libs/nv.d3.js",
"libs/ext.cargo.nvd3.js"
- ]
+ ],
+ "position": "top"
}
},
"ResourceFileModulePaths": {
--
To view, visit https://gerrit.wikimedia.org/r/230149
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd253a9a6ee19fd790d4fa3848084977f9002891
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits