mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
Remove obsolete MultimediaViewerBootstrap.statusInfoDialog
Bug: T77349 Change-Id: I4814dfe57d05c547c24f22e2516be795670c27bf
This commit is contained in:
parent
111916cf08
commit
f58526901f
|
@ -433,17 +433,11 @@ class MultimediaViewerBootstrap {
|
|||
this.thumbs.push( image );
|
||||
|
||||
$mmvButton.on( 'click', () => {
|
||||
if ( this.statusInfoDialog ) {
|
||||
this.statusInfoDialog.close();
|
||||
}
|
||||
this.openImage( image );
|
||||
return false;
|
||||
} );
|
||||
|
||||
$configButton.on( 'click', () => {
|
||||
if ( this.statusInfoDialog ) {
|
||||
this.statusInfoDialog.close();
|
||||
}
|
||||
$( document ).one( 'mmv-metadata', () => {
|
||||
$( document ).trigger( 'mmv-options-open' );
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue