summaryrefslogtreecommitdiff
path: root/js/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 10:33:58 +0300
commit874560db547f718b82d77657dc019d840c30e0ed (patch)
tree6ca8764aa601c94303a402d370297c5a25b4897e /js/tt-rss.js
parent2f85b50e3607b2b159989c493ac8f8c46a389559 (diff)
remove obsolete row selection functions
move getUrlParam() to Utils
Diffstat (limited to 'js/tt-rss.js')
-rw-r--r--js/tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tt-rss.js b/js/tt-rss.js
index b337e0ae5..71bb2337a 100644
--- a/js/tt-rss.js
+++ b/js/tt-rss.js
@@ -414,7 +414,7 @@ const App = {
if (!row.hasClassName("active"))
cb.attr("checked", !cb.attr("checked"));
- toggleSelectRowById(cb, "RROW-" + id);
+ Headlines.onRowChecked(cb);
return false;
}
}