1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

further effocts to wrap JS stuff into objects

This commit is contained in:
Andrew Dolgov
2018-12-01 21:01:53 +03:00
parent 4bed9be57d
commit 642c37ea61
11 changed files with 659 additions and 685 deletions

View File

@@ -1,7 +1,7 @@
function emailArticle(id) {
try {
if (!id) {
var ids = getSelectedArticleIds2();
var ids = Headlines.getSelectedArticleIds2();
if (ids.length == 0) {
alert(__("No articles are selected."));