summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-18 11:49:26 +0300
committerAndrew Dolgov <[email protected]>2018-12-18 11:49:26 +0300
commit83930969474fddfaebceadf12e0a8a3bf8304d8b (patch)
tree3c4c9706ef44afd3f87a1641ccfa3f2db210d104 /js
parentdee210e5460da5e8da63ea6c8004fdfdd0f38e22 (diff)
selectionTogglePublished: fix typo which caused it to mark articles instead
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) {