mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
Merge "renderer.article: Don't apply tall/not-tall classes if the image wasn't shown"
This commit is contained in:
commit
5bdfbc6802
|
@ -127,7 +127,7 @@
|
|||
.attr( 'href', href )
|
||||
.append( $thumbnail );
|
||||
} else {
|
||||
thumbnail = undefined;
|
||||
tall = thumbnail = undefined;
|
||||
}
|
||||
|
||||
$div = $( '<div>' ).append( $thumbnail, $contentbox, $timestamp );
|
||||
|
|
Loading…
Reference in a new issue