summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-19 09:04:11 +0300
committerAndrew Dolgov <[email protected]>2018-12-19 09:04:11 +0300
commite3c4540c12f9d821822d69b4f75b6d394e912a57 (patch)
treed878c136221b572e600e38c46ec04ad150501c44 /js
parent5f1b39f7dcb2835c8ff4e2182cb6826d82446579 (diff)
parentdf00ebb1e2f79e07ddfb619a647391ee680ed253 (diff)
Merge branch 'master' of git.fakecake.org:tt-rss
Diffstat (limited to 'js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 2b1eb79a4..43837f65b 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -750,7 +750,7 @@ define(["dojo/_base/declare"], function (declare) {
}
ids.each((id) => {
- this.toggleMark(id);
+ this.togglePub(id);
});
},
toggleMark: function (id) {