Merge "Disable save button (and Alt+S) on conflict"

This commit is contained in:
jenkins-bot 2014-02-19 22:02:01 +00:00 committed by Gerrit Code Review
commit d774a642c9

View file

@ -137,7 +137,7 @@ ve.ui.MWSaveDialog.prototype.swapPanel = function ( panel ) {
} );
break;
case 'conflict':
this.saveButton.$element.hide();
this.saveButton.setDisabled( true ).$element.hide();
this.reviewButton.$element.hide();
this.reviewGoodButton.$element.hide();
this.resolveConflictButton.$element.show();