Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Akm789 authored Mar 6, 2024
1 parent 3567e69 commit 849a2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2985,8 +2985,8 @@

d_jsonobj["links"].forEach(function(l){
if(rxnids.includes(l.kegg_id)){
meta_ids.push(l.source)
meta_ids.push(l.target)
meta_ids.push(l.source + "_" + fileno)
meta_ids.push(l.target + "_" + fileno)
}
});

Expand Down

0 comments on commit 849a2fb

Please sign in to comment.