Merge "renderer.article: Don't apply tall/not-tall classes if the image wasn't shown"

This commit is contained in:
jenkins-bot 2015-03-16 10:10:10 +00:00 committed by Gerrit Code Review
commit 5bdfbc6802

View file

@ -127,7 +127,7 @@
.attr( 'href', href )
.append( $thumbnail );
} else {
thumbnail = undefined;
tall = thumbnail = undefined;
}
$div = $( '<div>' ).append( $thumbnail, $contentbox, $timestamp );