summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
committerAndrew Dolgov <[email protected]>2021-03-16 21:40:20 +0300
commit7a1e1630d835f6b3ca4b8359076d0188493a1763 (patch)
treea4a088ddbd57098b5e830cb1f9fc9beecd6e45b9 /js/Headlines.js
parent92f859add2f48254c09df44c95385f2837032466 (diff)
use svg icon for packed article placeholders
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 58348aca7..07796813a 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -534,7 +534,9 @@ const Headlines = {
<div class="content" onclick="return Headlines.click(event, ${hl.id}, true);">
${Article.renderNote(hl.id, hl.note)}
<div class="content-inner" lang="${hl.lang ? hl.lang : 'en'}">
- <img src="${App.getInitParam('icon_indicator_white')}">
+ <div class="text-center">
+ <img class="icon-unpack-pending" src="${App.getInitParam('icon_three_dots')}">
+ </div>
</div>
<div class="intermediate">
${Article.renderEnclosures(hl.enclosures)}