Undo senseless indentation correction

This commit is contained in:
Julius 2013-07-16 22:03:47 +02:00
parent 7fd8abf381
commit 3b91b9f7c6
1 changed files with 6 additions and 6 deletions

View File

@ -128,12 +128,12 @@ function updateSort(table) {
// gives the row an yellow background
function highlightRow(checkbox) {
var row = checkbox.closest('tr');
if (checkbox.is(':checked')) {
row.addClass('selected');
} else {
row.removeClass('selected');
}
var row = checkbox.closest('tr');
if (checkbox.is(':checked')) {
row.addClass('selected');
} else {
row.removeClass('selected');
}
}
// Use with auto_complete to set a unique id,