summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-09 16:12:04 +0300
committerAndrew Dolgov <[email protected]>2018-12-09 16:12:04 +0300
commit95e1038e6dd0feff79b6290b46968747cccca277 (patch)
tree2e1f7878714289a7d3f4b9ebbd223a2df2a4866e /js/Headlines.js
parenta1c595687e946a56d1333373934d2420f5a5fdec (diff)
consistency: show author in multipanel headlines row
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 05d40e926..4524f0556 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -347,7 +347,7 @@ define(["dojo/_base/declare"], function (declare) {
<div onclick="return Headlines.click(event, ${hl.id})" class="title">
<span data-article-id="${hl.id}" class="hl-content hlMenuAttach">
<a class="title" href="${hl.link}">${hl.title} <span class="preview">${hl.content_preview}</span></a>
- <!-- <span class="author">${hl.author}</span> -->
+ <span class="author">${hl.author}</span>
<span class="HLLCTR-${hl.id}">${hl.labels}</span>
</span>
</div>