Set 'checked_val' attribute for disabled checkbox in toggleDiffviewer function. see #347
This commit is contained in:
parent
a80c1be3ce
commit
cff81159b6
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ function toggleDiffviewer(e) {
|
|||
checkbox.disabled = false;
|
||||
} else {
|
||||
checkbox.checked = false;
|
||||
checkbox.setAttribute('checked_val', '0');
|
||||
checkbox.disabled = true;
|
||||
}
|
||||
//console.log('>>>>>>>> tr: ' + tr.getAttribute('data-idnum'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue