MobileArticleTarget: Don't show the welcome dialog

Bug: T227670
Change-Id: Id330eface30d5fad8c7264a2be1ceeb4df3a4952
This commit is contained in:
Bartosz Dziewoński 2019-07-10 20:03:39 +02:00
parent 9aca5ab86c
commit cde7946bdc

View file

@ -339,6 +339,14 @@ ve.init.mw.MobileArticleTarget.prototype.surfaceReady = function () {
}
};
/**
* @inheritdoc
*/
ve.init.mw.ArticleTarget.prototype.maybeShowWelcomeDialog = function () {
// Never show the dialog (T227670), but set up this promise in case something depends on it
this.welcomeDialogPromise = $.Deferred().reject();
};
/**
* Match the content padding to the toolbar height
*/