Remove test variable

This commit is contained in:
Julius 2013-06-06 17:09:22 +02:00
parent 0d3c23f814
commit b8a23a396c
1 changed files with 1 additions and 1 deletions

View File

@ -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');