diff --git a/modules/ve-mw/ui/dialogs/ve.ui.MWGalleryDialog.js b/modules/ve-mw/ui/dialogs/ve.ui.MWGalleryDialog.js index e69c31258d..1f64bebaf9 100644 --- a/modules/ve-mw/ui/dialogs/ve.ui.MWGalleryDialog.js +++ b/modules/ve-mw/ui/dialogs/ve.ui.MWGalleryDialog.js @@ -179,7 +179,7 @@ ve.ui.MWGalleryDialog.prototype.initialize = function () { padded: true, expanded: true, scrollable: true - } ).toggle( false ); + } ); this.editSearchStack = new OO.ui.StackLayout( { items: [ this.editPanel, this.searchPanel ] } );