Merge "Change parameters for user survey footer message"

This commit is contained in:
jenkins-bot 2016-03-28 21:07:09 +00:00 committed by Gerrit Code Review
commit c57047b573

View file

@ -110,7 +110,8 @@
if ( if (
mw.config.get( 'wgEchoShowFooterNotice' ) && mw.config.get( 'wgEchoShowFooterNotice' ) &&
!mw.user.options.get( 'echo-dismiss-feedback-alert' ) && !mw.user.options.get( 'echo-dismiss-feedback-alert' ) &&
initialNotifCount >= 5 initialNotifCount >= 2 &&
mw.config.get( 'wgUserEditCount', 0 ) >= 100
) { ) {
notice = new mw.echo.ui.FooterNoticeWidget( { notice = new mw.echo.ui.FooterNoticeWidget( {
// This is probably not the right way of doing this // This is probably not the right way of doing this