mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
Merge "Add .mw-parser-output to historical visual diffs"
This commit is contained in:
commit
94abf22847
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue