mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
MobileSaveDialog: Also add 'content' class to preview panel
This isn't used yet as NWE is not enabled. Change-Id: I2ea4697c2a5ba57f537e646e3d0fb7d89fd04c7b
This commit is contained in:
parent
e9f8ffa5a1
commit
b4f3ecbc5c
|
@ -41,6 +41,7 @@ ve.ui.MWMobileSaveDialog.prototype.initialize = function () {
|
|||
ve.ui.MWMobileSaveDialog.super.prototype.initialize.call( this );
|
||||
|
||||
this.$reviewVisualDiff.addClass( 'content' );
|
||||
this.previewPanel.$element.addClass( 'content' );
|
||||
|
||||
if ( mw.mobileFrontend ) {
|
||||
mobile = mw.mobileFrontend.require( 'mobile.startup' );
|
||||
|
|
Loading…
Reference in a new issue