mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Merge "ve.init.mw.ArticleTarget: Don't try to clear non-existent message"
This commit is contained in:
commit
5015af4a32
|
@ -1512,7 +1512,6 @@ ve.init.mw.ArticleTarget.prototype.onSaveDialogSave = function ( saveDeferred )
|
|||
|
||||
// Reset any old captcha data
|
||||
if ( this.captcha ) {
|
||||
this.saveDialog.clearMessage( 'captcha' );
|
||||
delete this.captcha;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue