mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
MobileArticleTarget: Don't show the welcome dialog
Bug: T227670 Change-Id: Id330eface30d5fad8c7264a2be1ceeb4df3a4952
This commit is contained in:
parent
9aca5ab86c
commit
cde7946bdc
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue