Merge "Remove perf tracking code that was moved to WikimediaEvents in Ib300af5c"
[lhc/web/wiklou.git] / resources / src / mediawiki.widgets / mw.widgets.TitleWidget.js
index 8e7afd7..5fe094f 100644 (file)
                                mwTitle.getRelativeText( this.namespace ) :
                                title,
                        url: mwTitle.getUrl(),
+                       showImages: this.showImages,
                        imageUrl: this.showImages ? data.imageUrl : null,
                        description: this.showDescriptions ? description : null,
                        missing: data.missing,