1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:45:56 +00:00

selectionTogglePublished: fix typo which caused it to mark articles instead

This commit is contained in:
Andrew Dolgov
2018-12-18 11:49:26 +03:00
parent dee210e546
commit 8393096947

View File

@@ -750,7 +750,7 @@ define(["dojo/_base/declare"], function (declare) {
} }
ids.each((id) => { ids.each((id) => {
this.toggleMark(id); this.togglePub(id);
}); });
}, },
toggleMark: function (id) { toggleMark: function (id) {