Undo senseless indentation correction

This commit is contained in:
Julius 2013-07-16 22:03:47 +02:00
parent 7fd8abf381
commit 3b91b9f7c6

View file

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