mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:25:54 +00:00
remove obsolete row selection functions
move getUrlParam() to Utils
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user