mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:05:56 +00:00
selectionTogglePublished: fix typo which caused it to mark articles instead
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user