diff --git a/resources/mmv/ui/mmv.ui.reuse.download.js b/resources/mmv/ui/mmv.ui.reuse.download.js index 7129efefd..632689ed3 100644 --- a/resources/mmv/ui/mmv.ui.reuse.download.js +++ b/resources/mmv/ui/mmv.ui.reuse.download.js @@ -33,7 +33,7 @@ /** @property {mw.mmv.ui.reuse.Utils} utils - */ this.utils = new mw.mmv.ui.reuse.Utils(); - this.$pane.addClass( 'mw-mlb-download-pane' ); + this.$pane.addClass( 'mw-mlb-download-pane active' ); this.$pane.appendTo( this.$container ); this.createDownloadButton( this.$pane ); diff --git a/resources/mmv/ui/mmv.ui.reuse.share.js b/resources/mmv/ui/mmv.ui.reuse.share.js index 26543952a..a2c474687 100644 --- a/resources/mmv/ui/mmv.ui.reuse.share.js +++ b/resources/mmv/ui/mmv.ui.reuse.share.js @@ -39,7 +39,7 @@ SP = Share.prototype; SP.init = function () { - this.$pane.addClass( 'mw-mmv-share-pane active' ) + this.$pane.addClass( 'mw-mmv-share-pane' ) .appendTo( this.$container ); this.pageInput = new oo.ui.TextInputWidget( {