lnt/server/ui/templates/v4_new_regressions.html [290:299]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
} else {
is_checked[index] = false;
var prev_cell = $(this).closest('td').prev();
prev_cell.css("background-color", "transparent");
update_graph();
}
});
$(':checkbox').css("-webkit-transform", "scale(2)");
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
lnt/server/ui/templates/v4_regression_detail.html [224:233]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
} else {
is_checked[index] = false;
var prev_cell = $(this).closest('td').prev();
prev_cell.css("background-color", "transparent");
update_graph();
}
});
$(':checkbox').css("-webkit-transform", "scale(2)");
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -