1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

af_readability: add article button to embed content of a specific article

This commit is contained in:
Andrew Dolgov
2020-02-27 07:57:22 +03:00
parent 671a2a0275
commit 71ff485fbf
3 changed files with 39 additions and 37 deletions

View File

@@ -194,7 +194,7 @@ define(["dojo/_base/declare"], function (declare) {
const comments = this.formatComments(hl);
const originally_from = this.formatOriginallyFrom(hl);
const article = `<div class="post post-${hl.id}">
const article = `<div class="post post-${hl.id}" data-article-id="${hl.id}">
<div class="header">
<div class="row">
<div class="title"><a target="_blank" rel="noopener noreferrer"