From e0ffd26c23ff5bd5d45c4bcc69d4a6c6e0ac5057 Mon Sep 17 00:00:00 2001 From: Moriel Schottlender Date: Mon, 28 Mar 2016 13:45:59 -0700 Subject: [PATCH] Change parameters for user survey footer message Bug: T128937 Change-Id: Idd299293fad8264298174bc372318445cf26c4d3 --- modules/ooui/mw.echo.ui.NotificationBadgeWidget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js index bb8a23965..2795e6ec1 100644 --- a/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js +++ b/modules/ooui/mw.echo.ui.NotificationBadgeWidget.js @@ -110,7 +110,8 @@ if ( mw.config.get( 'wgEchoShowFooterNotice' ) && !mw.user.options.get( 'echo-dismiss-feedback-alert' ) && - initialNotifCount >= 5 + initialNotifCount >= 2 && + mw.config.get( 'wgUserEditCount', 0 ) >= 100 ) { notice = new mw.echo.ui.FooterNoticeWidget( { // This is probably not the right way of doing this