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

Change subject: Fix missing doublecheck icon on Special:Notifications on mobile
......................................................................


Fix missing doublecheck icon on Special:Notifications on mobile

Bug: T146706
Change-Id: I918beabb1bcbe4a66c4252a795d379e2ff6591a9
---
M includes/special/SpecialNotifications.php
1 file changed, 6 insertions(+), 1 deletion(-)

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



diff --git a/includes/special/SpecialNotifications.php 
b/includes/special/SpecialNotifications.php
index 741b97a..c988ddb 100644
--- a/includes/special/SpecialNotifications.php
+++ b/includes/special/SpecialNotifications.php
@@ -193,7 +193,12 @@
                $out->addModules( array( 'ext.echo.special' ) );
 
                // For no-js support
-               $out->addModuleStyles( array( 'ext.echo.styles.notifications', 
'ext.echo.styles.special' ) );
+               $out->addModuleStyles( array(
+                       'ext.echo.styles.notifications',
+                       'ext.echo.styles.special',
+                       // We already load badgeicons in the BeforePageDisplay 
hook, but not for minerva
+                       'ext.echo.badgeicons'
+               ) );
 
                // Log visit
                MWEchoEventLogging::logSpecialPageVisit( $user, 
$out->getSkin()->getSkinName() );

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I918beabb1bcbe4a66c4252a795d379e2ff6591a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Sbisson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to