Yaron Koren has submitted this change and it was merged.

Change subject: Added position to ResourceLoader module - necessary for MW 1.26+
......................................................................


Added position to ResourceLoader module - necessary for MW 1.26+

Change-Id: If0614da5303ac53c1f234afc1cdef96ff4d6de39
---
M ApprovedRevs.php
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Yaron Koren: Checked; Looks good to me, approved



diff --git a/ApprovedRevs.php b/ApprovedRevs.php
index 0412df3..6506cf3 100644
--- a/ApprovedRevs.php
+++ b/ApprovedRevs.php
@@ -90,5 +90,6 @@
 $wgResourceModules['ext.ApprovedRevs'] = array(
        'styles' => 'ApprovedRevs.css',
        'localBasePath' => __DIR__,
-       'remoteExtPath' => 'ApprovedRevs'
+       'remoteExtPath' => 'ApprovedRevs',
+       'position' => 'bottom'
 );

-- 
To view, visit https://gerrit.wikimedia.org/r/230223
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If0614da5303ac53c1f234afc1cdef96ff4d6de39
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ApprovedRevs
Gerrit-Branch: master
Gerrit-Owner: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: Yaron Koren <yaro...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to