Remove test variable
This commit is contained in:
parent
0d3c23f814
commit
b8a23a396c
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ $(function() {
|
|||
|
||||
|
||||
// gives the row an yellow background
|
||||
function highlightRow(checkbox, status) {
|
||||
function highlightRow(checkbox) {
|
||||
var row = checkbox.closest('tr');
|
||||
if (checkbox.is(':checked')) {
|
||||
row.addClass('selected');
|
||||
|
|
Loading…
Reference in a new issue