1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 17:01:28 +00:00

filters: simplify list row selection for checkboxes

This commit is contained in:
Andrew Dolgov
2018-12-02 10:01:03 +03:00
parent da9f83c4ac
commit fb64726854

View File

@@ -1137,7 +1137,7 @@ const Filters = {
new dijit.form.CheckBox({ new dijit.form.CheckBox({
onChange: function () { onChange: function () {
toggleSelectListRow2(this) $$(".rchk")[0].up("li").toggleClassName("Selected");
}, },
}, cb); }, cb);
@@ -1186,7 +1186,7 @@ const Filters = {
new dijit.form.CheckBox({ new dijit.form.CheckBox({
onChange: function () { onChange: function () {
toggleSelectListRow2(this) $$(".rchk")[0].up("li").toggleClassName("Selected");
}, },
}, cb); }, cb);