Skip to content

Commit

Permalink
EA-521 added auto scroll to comparison results
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalebi committed Jul 22, 2020
1 parent db2269b commit f622ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tark/tark_web/templates/search_result.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@

//highlight the selected tr2
$("#query_diff tr:nth-child(3)").css('background-color','#b3d1ff');


document.getElementById('search_diff_transcript').scrollIntoView();

all_trancripts_details = get_all_transcript_details(payload_data_tr2_list);

Expand Down

0 comments on commit f622ebc

Please sign in to comment.