Catrope has uploaded a new change for review.
https://gerrit.wikimedia.org/r/323350
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/50/323350/1
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: newchange
Gerrit-Change-Id: I918beabb1bcbe4a66c4252a795d379e2ff6591a9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits