From 83930969474fddfaebceadf12e0a8a3bf8304d8b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 18 Dec 2018 11:49:26 +0300 Subject: [PATCH] selectionTogglePublished: fix typo which caused it to mark articles instead --- js/Headlines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {