d
This commit is contained in:
parent
9684311cea
commit
12f56b64ec
@ -188,6 +188,8 @@ function draw_table(){
|
||||
// display the table
|
||||
$("#table_container").append(table);
|
||||
|
||||
$("#hc_table thead").clone().prependTo("#table_container");
|
||||
|
||||
//enable highlighting
|
||||
$("#hc_table td").on("mouseover", function() {
|
||||
$(this).closest("tr").addClass("hover");
|
||||
|
Loading…
Reference in New Issue
Block a user