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

fix cdm checkbox not selecting entire cell

This commit is contained in:
Andrew Dolgov
2013-02-28 14:22:13 +04:00
parent ce1cdfb6e0
commit 831408f0e8
2 changed files with 7 additions and 3 deletions

View File

@@ -521,7 +521,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div>";
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this, false, true)\"
id=\"RCHK-$id\">";
$reply['content'] .= "$marked_pic";