Merge "ve.init.mw.ArticleTarget: Don't try to clear non-existent message"

This commit is contained in:
jenkins-bot 2017-02-01 23:48:29 +00:00 committed by Gerrit Code Review
commit 5015af4a32

View file

@ -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;
}