Merge "Add .mw-parser-output to historical visual diffs"

This commit is contained in:
jenkins-bot 2020-02-11 22:25:59 +00:00 committed by Gerrit Code Review
commit 94abf22847

View file

@ -72,6 +72,7 @@
// This class is loaded via modulePromise above
// eslint-disable-next-line no-undef
diffElement = new ve.ui.DiffElement( visualDiffGenerator(), { classes: [ 've-init-mw-diffPage-diff' ] } );
diffElement.$document.addClass( 'mw-parser-output' );
progress.$element.addClass( 'oo-ui-element-hidden' );
$visualDiff.append( diffElement.$element );