diff --git a/modules/ext.echo.init.js b/modules/ext.echo.init.js index 80816dd13..453885f61 100644 --- a/modules/ext.echo.init.js +++ b/modules/ext.echo.init.js @@ -138,7 +138,7 @@ function initDesktop() { loadingPromise = mw.loader.using( 'ext.echo.ui.desktop' ).then( function () { // Overlay - $( 'body' ).append( mw.echo.ui.$overlay ); + mw.echo.ui.$overlay.appendTo( document.body ); unreadAlertCounter = new mw.echo.dm.UnreadNotificationCounter( echoApi, 'alert', maxNotificationCount ); alertModelManager = new mw.echo.dm.ModelManager( unreadAlertCounter, { type: 'alert' } );