summaryrefslogtreecommitdiff
path: root/plugins/mailto
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 21:01:53 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 21:01:53 +0300
commit642c37ea6117954fc19e2a800f2fce4c1304d89d (patch)
treebfe5e86b69f74345f900bcdeff2acb72c36b192c /plugins/mailto
parent4bed9be57d671324921bfd1d90d25b8cd0af3d4f (diff)
further effocts to wrap JS stuff into objects
Diffstat (limited to 'plugins/mailto')
-rw-r--r--plugins/mailto/init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mailto/init.js b/plugins/mailto/init.js
index 272b8cea7..a3be90e95 100644
--- a/plugins/mailto/init.js
+++ b/plugins/mailto/init.js
@@ -1,7 +1,7 @@
function mailtoArticle(id) {
try {
if (!id) {
- const ids = getSelectedArticleIds2();
+ const ids = Headlines.getSelectedArticleIds2();
if (ids.length == 0) {
alert(__("No articles are selected."));