Merge "Fix credit fallback not updating when switching image"

This commit is contained in:
jenkins-bot 2022-07-11 23:34:35 +00:00 committed by Gerrit Code Review
commit 3519a635a8

View file

@ -482,6 +482,7 @@
.addClass( 'mw-mmv-credit-fallback' )
.prop( 'href', filepageUrl )
.text( mw.message( 'multimediaviewer-credit-fallback' ).plain() )
.get( 0 ).outerHTML
);
}