jenkins-bot has submitted this change and it was merged.

Change subject: Add disambig.less and issues.less to iOS css.
......................................................................


Add disambig.less and issues.less to iOS css.

Allows the iOS app to use the same disambig/pages issues less that's
presently used by the android app.

Change-Id: Ic9577925253f0872ea59fc5f42c224e4e9737afa
---
M MobileApp.php
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  Yuvipanda: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MobileApp.php b/MobileApp.php
index ec04d5d..aa4cbfa 100644
--- a/MobileApp.php
+++ b/MobileApp.php
@@ -81,7 +81,9 @@
                'styles' => array_merge( $wgCommonMobileAppLESSFiles,
                        array(
                                'styles/editlinks.less',
-                               'styles/enwiki.less'
+                               'styles/enwiki.less',
+                               'styles/issues.less',
+                               'styles/disambig.less'
                        ) )
 ) + $wgCommonMobileAppModuleDef;
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic9577925253f0872ea59fc5f42c224e4e9737afa
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Mhurd <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Dbrant <[email protected]>
Gerrit-Reviewer: Dr0ptp4kt <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to