mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 16:21:29 +00:00
further effocts to wrap JS stuff into objects
This commit is contained in:
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user