Undo senseless indentation correction
This commit is contained in:
parent
7fd8abf381
commit
3b91b9f7c6
1 changed files with 6 additions and 6 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue