mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 17:50:39 +00:00
Merge "Change parameters for user survey footer message"
This commit is contained in:
commit
c57047b573
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue